diff --git a/timebox b/timebox index beae44a..a33279e 100755 --- a/timebox +++ b/timebox @@ -26,7 +26,7 @@ # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -VERSION=0.2.0-DEV +VERSION=0.2.0 AUTHOR="Susam Pal" COPYRIGHT="Copyright (c) 2013-2016 $AUTHOR" LICENSE_URL="http://susam.in/licenses/mit/" diff --git a/timebox.cmd b/timebox.cmd index fc9598a..05b11bb 100644 --- a/timebox.cmd +++ b/timebox.cmd @@ -31,7 +31,7 @@ rem Starting point of this script. setlocal rem Script data. - set VERSION=0.2.0-DEV + set VERSION=0.2.0 set AUTHOR=Susam Pal set COPYRIGHT=Copyright (c) 2013-2016 %AUTHOR% set LICENSE_URL=http://susam.in/licenses/mit/