Skip to content

Commit

Permalink
update version to 3.1 [skip travis]
Browse files Browse the repository at this point in the history
  • Loading branch information
simonkowallik committed May 18, 2019
1 parent e04ddd0 commit c15e8f0
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion ihac-auth
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#license: MIT
#author: Simon Kowallik <github simonkowallik.com>
#source: https://github.com/simonkowallik/iHAC
VERSION="3.0"
VERSION="3.1"
#
IHACAUTH="$HOME/.ihac/auth.jar"
if [[ ! -d "$HOME/.ihac" ]]; then mkdir "$HOME/.ihac"; fi
Expand Down
2 changes: 1 addition & 1 deletion ihac-commandlist
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#license: MIT
#author: Simon Kowallik <github simonkowallik.com>
#source: https://github.com/simonkowallik/iHAC
VERSION="3.0"
VERSION="3.1"
#
IHACAUTH="$HOME/.ihac/auth.jar"
IHACPROXYFILE="$HOME/.ihac/IHACPROXY"
Expand Down
2 changes: 1 addition & 1 deletion ihac-commandrun
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#license: MIT
#author: Simon Kowallik <github simonkowallik.com>
#source: https://github.com/simonkowallik/iHAC
VERSION="3.0"
VERSION="3.1"
#
IHACAUTH="$HOME/.ihac/auth.jar"
IHACPROXYFILE="$HOME/.ihac/IHACPROXY"
Expand Down
2 changes: 1 addition & 1 deletion ihac-diagnostics
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#license: MIT
#author: Simon Kowallik <github simonkowallik.com>
#source: https://github.com/simonkowallik/iHAC
VERSION="3.0"
VERSION="3.1"
#
IHACAUTH="$HOME/.ihac/auth.jar"
IHACPROXYFILE="$HOME/.ihac/IHACPROXY"
Expand Down
2 changes: 1 addition & 1 deletion ihac-fileget
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#license: MIT
#author: Simon Kowallik <github simonkowallik.com>
#source: https://github.com/simonkowallik/iHAC
VERSION="3.0"
VERSION="3.1"
#
IHACAUTH="$HOME/.ihac/auth.jar"
IHACPROXYFILE="$HOME/.ihac/IHACPROXY"
Expand Down
2 changes: 1 addition & 1 deletion ihac-filelist
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#license: MIT
#author: Simon Kowallik <github simonkowallik.com>
#source: https://github.com/simonkowallik/iHAC
VERSION="3.0"
VERSION="3.1"
#
IHACAUTH="$HOME/.ihac/auth.jar"
IHACPROXYFILE="$HOME/.ihac/IHACPROXY"
Expand Down
2 changes: 1 addition & 1 deletion ihac-qkviewadd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#license: MIT
#author: Simon Kowallik <github simonkowallik.com>
#source: https://github.com/simonkowallik/iHAC
VERSION="3.0"
VERSION="3.1"
#
IHACAUTH="$HOME/.ihac/auth.jar"
IHACPROXYFILE="$HOME/.ihac/IHACPROXY"
Expand Down
2 changes: 1 addition & 1 deletion ihac-qkviewdelete
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#license: MIT
#author: Simon Kowallik <github simonkowallik.com>
#source: https://github.com/simonkowallik/iHAC
VERSION="3.0"
VERSION="3.1"
#
IHACAUTH="$HOME/.ihac/auth.jar"
IHACPROXYFILE="$HOME/.ihac/IHACPROXY"
Expand Down
2 changes: 1 addition & 1 deletion ihac-qkviewget
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#license: MIT
#author: Simon Kowallik <github simonkowallik.com>
#source: https://github.com/simonkowallik/iHAC
VERSION="3.0"
VERSION="3.1"
#
IHACAUTH="$HOME/.ihac/auth.jar"
IHACPROXYFILE="$HOME/.ihac/IHACPROXY"
Expand Down
2 changes: 1 addition & 1 deletion ihac-qkviewlist
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#license: MIT
#author: Simon Kowallik <github simonkowallik.com>
#source: https://github.com/simonkowallik/iHAC
VERSION="3.0"
VERSION="3.1"
#
IHACAUTH="$HOME/.ihac/auth.jar"
IHACPROXYFILE="$HOME/.ihac/IHACPROXY"
Expand Down

0 comments on commit c15e8f0

Please sign in to comment.