Skip to content

Commit

Permalink
Bump version to 0.0.2-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecsl committed Mar 2, 2019
1 parent ad6438f commit 75e7088
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
KOTLIN_VERSION=1.3.20
GROUP_ID=com.felipecsl.kales
VERSION=0.0.1-SNAPSHOT
VERSION=0.0.2-SNAPSHOT
2 changes: 1 addition & 1 deletion scripts/install
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# heavily based on https://github.com/junegunn/fzf/blob/master/install

set -u
version="0.0.1-SNAPSHOT"
version="0.0.2-SNAPSHOT"
kales_base=$(pwd)
update_config=1
kales_base_esc=$(printf %q "$kales_base")
Expand Down

0 comments on commit 75e7088

Please sign in to comment.