From ad008d51cc25a369c153137978244b13c29b68b2 Mon Sep 17 00:00:00 2001 From: nathan Date: Mon, 21 Mar 2016 02:10:37 +0100 Subject: [PATCH] Updated version --- .classpath | 11 ----------- .project | 17 ----------------- README.md | 2 +- src/dorkbox/inputConsole/InputConsole.java | 2 +- 4 files changed, 2 insertions(+), 30 deletions(-) delete mode 100644 .classpath delete mode 100644 .project diff --git a/.classpath b/.classpath deleted file mode 100644 index 49c159d..0000000 --- a/.classpath +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/.project b/.project deleted file mode 100644 index 9ec218d..0000000 --- a/.project +++ /dev/null @@ -1,17 +0,0 @@ - - - InputConsole - - - - - - org.eclipse.jdt.core.javabuilder - - - - - - org.eclipse.jdt.core.javanature - - diff --git a/README.md b/README.md index d97c397..6a7e204 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.4 + 2.5 ``` diff --git a/src/dorkbox/inputConsole/InputConsole.java b/src/dorkbox/inputConsole/InputConsole.java index cd712c5..42a19d4 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.4"; + return "2.5"; } /**