Skip to content

Commit 95fc84b

Browse files
committed
Merge pull request #481 from sleekbyte/at-480-v0120-release
#480: Bump version number to v0.12.0
2 parents 9d56715 + 29c731a commit 95fc84b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

script/install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $erroractionpreference = 'stop' # Quit if anything goes wrong
44

55
### Variables
66
$appdatadir = $env:localappdata.tolower()
7-
$tailorversion = '0.11.1'
7+
$tailorversion = '0.12.0'
88
$tailor = 'tailor'
99
$tailorzip = "$tailor-$tailorversion.zip"
1010
$tailorinstalldir = "$appdatadir\$tailor"

script/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ PREFIX="/usr/local"
1212
TAILOR_DIR="$PREFIX/tailor"
1313
BIN_DIR="$PREFIX/bin"
1414
MAN_DIR="$PREFIX/share/man/man1"
15-
TAILOR_VERSION="0.11.1"
15+
TAILOR_VERSION="0.12.0"
1616
TAILOR_ZIP="tailor-$TAILOR_VERSION.zip"
1717
START_SCRIPT="$TAILOR_DIR/tailor-$TAILOR_VERSION/bin/tailor"
1818
MAN_PAGE="$TAILOR_DIR/tailor-$TAILOR_VERSION/tailor.1"

script/uninstall.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
$erroractionpreference = 'stop' # Quit if anything goes wrong
44

55
### Variables
6-
$tailorversion = '0.11.1'
6+
$tailorversion = '0.12.0'
77
$tailor = 'tailor'
88
$appdatadir = $env:localappdata.tolower()
99
$tailordir = "$appdatadir\$tailor"

src/main/resources/config.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#Wed Oct 12 10:52:28 IST 2016
2-
version=0.11.1
1+
#Sun Mar 26 20:03:37 PDT 2017
2+
version=0.12.0

0 commit comments

Comments
 (0)