Skip to content

Commit

Permalink
Prepping for a release.
Browse files Browse the repository at this point in the history
  • Loading branch information
pspeed42 committed Apr 27, 2019
1 parent d4d847b commit 0b9fec0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion extensions/LemurProto/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apply plugin: 'java'

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

ext.jmeVersion='3.1.0-stable'

Expand Down
4 changes: 2 additions & 2 deletions extensions/LemurProto/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Lemur-Proto 1.11.0 (unreleased)
Lemur-Proto 1.11.0 (latest)
-------------------
* Modified OptionPanelState to delegate all popup stuff to PopupState.
Breaking change: OptionPanelState will use PopupState's guiNode
Expand All @@ -14,7 +14,7 @@ Lemur-Proto 1.11.0 (unreleased)
called in an OptionPanel subclass will have to hook things a different way.


Lemur-Proto 1.10.0 (latest)
Lemur-Proto 1.10.0
-------------------
* Modified OptionPanelState and OptionPanel to automatically request/release
the cursor using the new GuiGlobals.request/releaseCursorEnabled().
Expand Down

0 comments on commit 0b9fec0

Please sign in to comment.