Skip to content

Commit

Permalink
Bump version number to v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adityatrivedi committed Mar 27, 2017
1 parent 9d56715 commit 29c731a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion script/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $erroractionpreference = 'stop' # Quit if anything goes wrong

### Variables
$appdatadir = $env:localappdata.tolower()
$tailorversion = '0.11.1'
$tailorversion = '0.12.0'
$tailor = 'tailor'
$tailorzip = "$tailor-$tailorversion.zip"
$tailorinstalldir = "$appdatadir\$tailor"
Expand Down
2 changes: 1 addition & 1 deletion script/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ PREFIX="/usr/local"
TAILOR_DIR="$PREFIX/tailor"
BIN_DIR="$PREFIX/bin"
MAN_DIR="$PREFIX/share/man/man1"
TAILOR_VERSION="0.11.1"
TAILOR_VERSION="0.12.0"
TAILOR_ZIP="tailor-$TAILOR_VERSION.zip"
START_SCRIPT="$TAILOR_DIR/tailor-$TAILOR_VERSION/bin/tailor"
MAN_PAGE="$TAILOR_DIR/tailor-$TAILOR_VERSION/tailor.1"
Expand Down
2 changes: 1 addition & 1 deletion script/uninstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
$erroractionpreference = 'stop' # Quit if anything goes wrong

### Variables
$tailorversion = '0.11.1'
$tailorversion = '0.12.0'
$tailor = 'tailor'
$appdatadir = $env:localappdata.tolower()
$tailordir = "$appdatadir\$tailor"
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/config.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#Wed Oct 12 10:52:28 IST 2016
version=0.11.1
#Sun Mar 26 20:03:37 PDT 2017
version=0.12.0

0 comments on commit 29c731a

Please sign in to comment.