Skip to content

Commit

Permalink
Merge pull request #241 from sleekbyte/at-238-v022-release
Browse files Browse the repository at this point in the history
#238: Bump version number to 0.2.2
  • Loading branch information
adityatrivedi committed Nov 8, 2015
2 parents 13a71b6 + 1bc48ea commit badf037
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion script/install.ps1
Expand Up @@ -5,7 +5,7 @@ $erroractionpreference = 'stop' # Quit if anything goes wrong
### Variables
$appdatadir = $env:localappdata.tolower()
$tailorbindir = "$appdatadir\tailor\bin"
$zipurl = 'https://github.com/sleekbyte/tailor/releases/download/v0.2.1/tailor.zip'
$zipurl = 'https://github.com/sleekbyte/tailor/releases/download/v0.2.2/tailor.zip'
$zipfile = "$env:temp\tailor.zip"
$javaversion='1.8'

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"
START_SCRIPT="$TAILOR_DIR/bin/tailor"
TAILOR_ZIP_URL="https://github.com/sleekbyte/tailor/releases/download/v0.2.1/tailor.zip"
TAILOR_ZIP_URL="https://github.com/sleekbyte/tailor/releases/download/v0.2.2/tailor.zip"
JAVA_VERSION="1.8"

wait_for_user() {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/sleekbyte/tailor/Tailor.java
Expand Up @@ -57,7 +57,7 @@
*/
public class Tailor {

public static final String VERSION = "0.2.1";
public static final String VERSION = "0.2.2";
private static ArgumentParser argumentParser = new ArgumentParser();
private static List<String> pathNames;

Expand Down

0 comments on commit badf037

Please sign in to comment.