Skip to content

Commit

Permalink
Version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sorghumking committed Mar 19, 2020
1 parent 687b699 commit 6e6415b
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 @@ allprojects {

sourceCompatibility = 1.5
targetCompatibility = 1.5
version = '1.0.0'
version = '1.0.1'
}

task 'assemble-jars'(dependsOn: build) << {
Expand Down
2 changes: 1 addition & 1 deletion tools/PSICAT/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# version must follow semantic versioning format: X.Y.Z with integer X, Y, and Z
# with optional alphanumeric prerelease label prefixed with - or _.
app.version=1.0.0
app.version=1.0.1

# optional subversion e.g. 'special build for Bob' is appended to app.version in title bar
#app.subversion=[Subversion Name]
Expand Down
2 changes: 1 addition & 1 deletion tools/SchemeEditor/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# version must follow semantic versioning format: X.Y.Z with integer X, Y, and Z
# with optional alphanumeric prerelease label prefixed with - or _.
app.version=1.0.0
app.version=1.0.1

# optional subversion e.g. 'special build for Bob' is appended to app.version in title bar
#app.subversion=[Subversion Name]
Expand Down

0 comments on commit 6e6415b

Please sign in to comment.