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 ca9813e commit be42483Copy full SHA for be42483
RELEASE-NOTES.md
@@ -1,3 +1,8 @@
1
+### 1.2.3
2
+
3
+* Fix problems with resource loading.
4
+* Add missing key to syntax messages.
5
6
### 1.2.1
7
8
* Fix bug with Rhino context: sealing the context can conflict with other
project.gradle
@@ -21,7 +21,7 @@
21
* Project-specific settings. Unfortunately we cannot put the name in there!
22
*/
23
group = "com.github.fge";
24
-version = "1.2.3-SNAPSHOT";
+version = "1.2.3";
25
sourceCompatibility = "1.6";
26
targetCompatibility = "1.6"; // defaults to sourceCompatibility
27
0 commit comments