Skip to content

Commit

Permalink
Bumps version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
botic committed May 3, 2022
1 parent 185cb82 commit 038f68a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = RingoJS
version = 3.0.0
version = 3.1.0
description = RingoJS is a JavaScript platform built on the JVM and optimized for server-side applications.
url = https://ringojs.org/
groupId = org.ringojs
Expand Down
2 changes: 1 addition & 1 deletion src/org/ringojs/engine/RhinoEngine.java
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public class RhinoEngine implements ScopeProvider {
private static final Logger log = Logger.getLogger(RhinoEngine.class.getName());

public static final List<Integer> VERSION =
Collections.unmodifiableList(Arrays.asList(3, 0, 0));
Collections.unmodifiableList(Arrays.asList(3, 1, 0));

/**
* Create a RhinoEngine with the given configuration. If <code>globals</code>
Expand Down

0 comments on commit 038f68a

Please sign in to comment.