Skip to content

Commit

Permalink
Merge pull request #438 from sleekbyte/ns-437-v0101-release
Browse files Browse the repository at this point in the history
#437: Bump version number to v0.10.1
  • Loading branch information
nehasingh2293 committed Aug 24, 2016
2 parents 9cc2ea2 + b1516fb commit e4c9c1d
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
Expand Up @@ -4,7 +4,7 @@ $erroractionpreference = 'stop' # Quit if anything goes wrong

### Variables
$appdatadir = $env:localappdata.tolower()
$tailorversion = '0.10.0'
$tailorversion = '0.10.1'
$tailor = 'tailor'
$tailorzip = "$tailor-$tailorversion.zip"
$tailorinstalldir = "$appdatadir\$tailor"
Expand Down
2 changes: 1 addition & 1 deletion script/install.sh
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.10.0"
TAILOR_VERSION="0.10.1"
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
Expand Up @@ -3,7 +3,7 @@
$erroractionpreference = 'stop' # Quit if anything goes wrong

### Variables
$tailorversion = '0.10.0'
$tailorversion = '0.10.1'
$tailor = 'tailor'
$appdatadir = $env:localappdata.tolower()
$tailordir = "$appdatadir\$tailor"
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/config.properties
@@ -1,2 +1,2 @@
#Fri May 06 10:34:23 EDT 2016
version=0.10.0
#Wed Aug 24 17:16:31 EDT 2016
version=0.10.1

0 comments on commit e4c9c1d

Please sign in to comment.