Skip to content

Commit

Permalink
Bumps version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
botic committed Feb 22, 2017
1 parent 69dc5e2 commit 2d873f7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<!-- =================================================================== -->
<target name="init">
<property name="project" value="ringojs"/>
<property name="version" value="1.1.0"/>
<property name="version" value="1.1.1"/>

<!-- pom.xml generation -->
<property name="ivy.pom.name" value="RingoJS" />
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
ringojs (1.1.1) stable; urgency=low

* Bump version to 1.1.1

-- Philipp Naderer <[email protected]> Tue, 22 Feb 2017 17:00:00 +0100

ringojs (1.1.0) stable; urgency=low

* Bump version to 1.1.0
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 Logger log = Logger.getLogger(RhinoEngine.class.getName());

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

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

0 comments on commit 2d873f7

Please sign in to comment.