Merge pull request #127 from sdgx/readme-version-info

Fix version info in README file
This commit is contained in:
Michael Bayne
2018-09-04 08:44:54 -07:00
committed by GitHub
+3 -3
View File
@@ -45,8 +45,8 @@ See [CHANGELOG.md](CHANGELOG.md) for release notes.
The latest version of Getdown can be obtained thusly: The latest version of Getdown can be obtained thusly:
* Download the pre-built jar file from Maven Central: * Download the pre-built jar file from Maven Central:
[getdown-1.7.0.jar](http://repo2.maven.org/maven2/com/threerings/getdown/1.7.0/getdown-1.7.0.jar) [getdown-1.7.1.jar](http://repo2.maven.org/maven2/com/threerings/getdown/1.7.1/getdown-1.7.1.jar)
* Obtain the jar artifact via Maven with the following identifier: `com.threerings:getdown:1.7.0`. * Obtain the jar artifact via Maven with the following identifier: `com.threerings:getdown:1.7.1`.
* [Check out the code](https://github.com/threerings/getdown) and build it yourself. * [Check out the code](https://github.com/threerings/getdown) and build it yourself.
You can also: You can also:
@@ -56,7 +56,7 @@ You can also:
## JVM Version Requirements ## JVM Version Requirements
* Getdown version 1.7.x (not yet released) requires Java 7 VM or newer. * Getdown version 1.7.x requires Java 7 VM or newer.
* Getdown version 1.6.x requires Java 6 VM or newer. * Getdown version 1.6.x requires Java 6 VM or newer.
* Getdown version 1.5 and earlier requires Java 5 VM or newer. * Getdown version 1.5 and earlier requires Java 5 VM or newer.