We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5ec986 commit c52c67eCopy full SHA for c52c67e
common.gradle
@@ -7,11 +7,11 @@ ext {
7
websiteUrl = 'https://github.com/stephengold/jme3-utilities'
8
9
// current versions of various libraries:
10
- heartVersion = '7.1.0'
+ heartVersion = '7.2.0'
11
jme3utilitiesniftyVersion = '0.9.24-SNAPSHOT'
12
jme3utilitiesuiVersion = '0.9.6-SNAPSHOT'
13
jme3utilitiesxVersion = '0.2.23-SNAPSHOT'
14
- jme3Version = '3.5.0-beta5'
+ jme3Version = '3.5.0-stable'
15
}
16
17
sourceCompatibility = '1.7'
0 commit comments