Skip to content

Commit

Permalink
Prepping for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
pspeed42 committed Nov 20, 2018
1 parent 39b045c commit 07d73ab
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ buildscript {

apply plugin: 'java'

version='1.11.0-SNAPSHOT'
version='1.11.0'

ext.jmeVersion='3.1.0-stable' // but must be alpha4 or better
//ext.jmeVersion='unknown'
ext.jmeVersion='3.1.0-stable'

ext {
bintrayLabels = ['jMonkeyEngine', 'gamedev', 'GUI']
Expand Down
4 changes: 2 additions & 2 deletions extensions/LemurProto/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apply plugin: 'java'

version='1.9.2-SNAPSHOT'
version='1.10.0'

ext.jmeVersion='3.1.0-alpha4'
ext.jmeVersion='3.1.0-stable'

ext {
bintrayLabels = ['jMonkeyEngine', 'gamedev', 'GUI']
Expand Down
4 changes: 2 additions & 2 deletions extensions/LemurProto/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Lemur-Proto 1.9.2 (unreleased)
------------------
Lemur-Proto 1.10.0 (latest)
-------------------
* Modified OptionPanelState and OptionPanel to automatically request/release
the cursor using the new GuiGlobals.request/releaseCursorEnabled().
This may be irrelevant if OptionPanelState is converted to use PopupState
Expand Down
2 changes: 1 addition & 1 deletion release-notes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Lemur 1.11.0 (unreleased)
Lemur 1.11.0 (latest)
-------------
* Added IconComponent.setIconSize() to force the size of the icon before
scaling.
Expand Down

0 comments on commit 07d73ab

Please sign in to comment.