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