Skip to content

Commit be42483

Browse files
committed
1.2.3
1 parent ca9813e commit be42483

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

RELEASE-NOTES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 1.2.3
2+
3+
* Fix problems with resource loading.
4+
* Add missing key to syntax messages.
5+
16
### 1.2.1
27

38
* Fix bug with Rhino context: sealing the context can conflict with other

project.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* Project-specific settings. Unfortunately we cannot put the name in there!
2222
*/
2323
group = "com.github.fge";
24-
version = "1.2.3-SNAPSHOT";
24+
version = "1.2.3";
2525
sourceCompatibility = "1.6";
2626
targetCompatibility = "1.6"; // defaults to sourceCompatibility
2727

0 commit comments

Comments
 (0)