From 452e5bb5c0aa39ee3ca6cec8573bd7bfa3dcb901 Mon Sep 17 00:00:00 2001 From: nathan Date: Sat, 13 Feb 2016 18:51:13 +0100 Subject: [PATCH] Updated builds + build system --- README.md | 4 +--- src/dorkbox/inputConsole/InputConsole.java | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6bf144a..8f0be94 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ This project is **kept in sync** with the utilities library, so "jar hell" is no com.dorkbox InputConsole - 2.0 + 2.1 ``` @@ -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. - - diff --git a/src/dorkbox/inputConsole/InputConsole.java b/src/dorkbox/inputConsole/InputConsole.java index 4d46bb7..3c59572 100644 --- a/src/dorkbox/inputConsole/InputConsole.java +++ b/src/dorkbox/inputConsole/InputConsole.java @@ -92,7 +92,7 @@ class InputConsole { */ public static String getVersion() { - return "2.0"; + return "2.1"; } /**