Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Version to 1.0.0
  • Loading branch information
sorghumking committed Jul 19, 2018
1 parent f0dfe4b commit dce3231
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -23,7 +23,7 @@ allprojects {

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

task 'assemble-jars'(dependsOn: build) << {
Expand Down
6 changes: 3 additions & 3 deletions tools/PSICAT/application.properties
Expand Up @@ -3,10 +3,10 @@

# 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=0.9.8
app.version=1.0.0

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

app.griffon.version=0.2
plugins.installer=0.4
Expand Down
10 changes: 8 additions & 2 deletions tools/SchemeEditor/application.properties
@@ -1,7 +1,13 @@
#utf-8
#Tue Mar 17 17:06:34 CDT 2015
app.version=0.9.8
#app.subversion=[optional subversion here]

# 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

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

app.griffon.version=0.2
plugins.installer=0.4
app.name=SchemeEditor

0 comments on commit dce3231

Please sign in to comment.