Skip to content

Commit

Permalink
update to version 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
simonkowallik committed May 18, 2019
2 parents afb1a75 + c15e8f0 commit 080e366
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 080e366

Please sign in to comment.