Skip to content

Commit

Permalink
version 1.0.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
argius committed Sep 20, 2017
1 parent 625f7a2 commit 0affbb9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
testCompile 'org.eclipse.jdt:org.eclipse.jdt.annotation:2.0.0' // for compilation error "annotation.NonNull"
}

version = '1.0.0-beta2-SNAPSHOT'
version = '1.0.0-beta2'

sourceCompatibility = '1.8'
targetCompatibility = '1.8'
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
set -eu

prodname=bonebroth
ver=1.0.0-beta1
ver=1.0.0-beta2
owner=argius
execname=$prodname
execdir=/usr/local/bin
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/bonebroth/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0-beta2-SNAPSHOT
1.0.0-beta2

0 comments on commit 0affbb9

Please sign in to comment.