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"; } /**