Updated builds + build system

This commit is contained in:
nathan 2016-02-13 18:51:13 +01:00
parent 8aa993c04f
commit 452e5bb5c0
2 changed files with 2 additions and 4 deletions

View File

@ -37,7 +37,7 @@ This project is **kept in sync** with the utilities library, so "jar hell" is no
<dependency> <dependency>
<groupId>com.dorkbox</groupId> <groupId>com.dorkbox</groupId>
<artifactId>InputConsole</artifactId> <artifactId>InputConsole</artifactId>
<version>2.0</version> <version>2.1</version>
</dependency> </dependency>
``` ```
@ -50,5 +50,3 @@ https://oss.sonatype.org/content/repositories/releases/com/dorkbox/InputConsole-
This project is distributed under the terms of the Apache v2.0 License. See file "LICENSE" for further references. This project is distributed under the terms of the Apache v2.0 License. See file "LICENSE" for further references.

View File

@ -92,7 +92,7 @@ class InputConsole {
*/ */
public static public static
String getVersion() { String getVersion() {
return "2.0"; return "2.1";
} }
/** /**