Skip to content

Commit

Permalink
Getting things ready for a release.
Browse files Browse the repository at this point in the history
  • Loading branch information
pspeed42 committed Jul 2, 2020
1 parent 909e396 commit c5d23a6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {

apply plugin: 'java'

version='1.14.0-SNAPSHOT'
version='1.14.0'

ext.jmeVersion='3.1.0-stable'

Expand Down
2 changes: 1 addition & 1 deletion extensions/LemurProps/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apply plugin: 'java'

version='1.1.1-SNAPSHOT'
version='1.1.1'

ext {
bintrayLabels = ['jMonkeyEngine', 'gamedev', 'GUI']
Expand Down
4 changes: 2 additions & 2 deletions extensions/LemurProps/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Version 1.1.1 (unreleased)
Version 1.1.1 (latest)
--------------
* Modified the JME dependency version to be specific instead of floating.


Version 1.1.0 (latest)
Version 1.1.0
--------------
* Added Double property support.

Expand Down
6 changes: 3 additions & 3 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Lemur 1.14.0 (unreleased)
Lemur 1.14.0 (latest)
-------------
* Added a default getId() implementation to BaseAppState so that it is compatible
with the AppState interface in JME 3.3+.
Expand All @@ -11,14 +11,14 @@ Lemur 1.14.0 (unreleased)
* Modified GuiGlobals to support JME's headless mode for writing Lemur-using command line
tools.
* Modified InputMapper to check for null listeners in the add/remove listener
methods. Throws IllegalArgumentException if null.
methods. Throws IllegalArgumentException if null.
* Added Texture-based constructor to IconComponent;
* Added IconComponent.setMargin(Vector2f)
* Added QuadBackgroundComponent.setMargin(Vector2f)
* Added TbtQuadBackgroundComponent..setMargin(Vector2f)


Lemur 1.13.0 (latest)
Lemur 1.13.0
-------------
* Added constants EFFECT_OPEN and EFFECT_CLOSE to Panel to make it easier
to standardize open/close effects.
Expand Down

0 comments on commit c5d23a6

Please sign in to comment.