Skip to content

Commit

Permalink
correct version number for release
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Oct 18, 2024
1 parent 4a9331d commit fffe792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ext {
jmeTarget = '' // distinguish non-JME libraries built for specific JME releases
//skySnapshot = '-SNAPSHOT' // for development builds
skySnapshot = '' // for release builds
skycontrolVersion = '1.0.6' + jmeTarget + skySnapshot
skycontrolVersion = '1.1.0' + jmeTarget + skySnapshot
}

subprojects {
Expand Down

0 comments on commit fffe792

Please sign in to comment.