Bump in prep for release.

This commit is contained in:
Michael Bayne
2015-03-12 11:34:29 -07:00
parent be22838013
commit 05c6374264
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -70,7 +70,7 @@ project, add the following to your `pom.xml`:
<dependency>
<groupId>com.threerings</groupId>
<artifactId>narya</artifactId>
<version>1.11</version>
<version>1.15</version>
</dependency>
</dependencies>
@@ -79,9 +79,9 @@ remove the vast majority of the boilerplate above.
If you prefer to download pre-built binaries, those can be had here:
* [narya-1.11.jar](http://repo2.maven.org/maven2/com/threerings/narya/1.11/narya-1.11.jar)
* [naryalib-1.11.swc](http://repo2.maven.org/maven2/com/threerings/naryalib/1.11/naryalib-1.11.jar)
* [narya-tools-1.11.jar](http://repo2.maven.org/maven2/com/threerings/narya-tools/1.11/narya-tools-1.11.jar)
* [narya-1.15.jar](http://repo2.maven.org/maven2/com/threerings/narya/1.15/narya-1.15.jar)
* [naryalib-1.15.swc](http://repo2.maven.org/maven2/com/threerings/naryalib/1.15/naryalib-1.15.jar)
* [narya-tools-1.15.jar](http://repo2.maven.org/maven2/com/threerings/narya-tools/1.15/narya-tools-1.15.jar)
Related Libraries
-----------------
+1 -1
View File
@@ -45,7 +45,7 @@
<!-- Turn off generation checking if enablegencheck hasn't already set this property -->
<property name="gencheck" value="false"/>
<artifact:dependencies pathId="tools.classpath">
<dependency groupId="com.threerings" artifactId="narya-tools" version="1.11"/>
<dependency groupId="com.threerings" artifactId="narya-tools" version="1.15"/>
</artifact:dependencies>
<taskdef resource="com/threerings/presents/tools.properties" classpathref="tools.classpath"/>
</target>