From e788d0a3393c5213c02a0d8b1ae0632758a483a0 Mon Sep 17 00:00:00 2001 From: nathan Date: Mon, 4 Apr 2016 14:06:50 +0200 Subject: [PATCH] updated version --- README.md | 2 +- src/dorkbox/inputConsole/InputConsole.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index abfa1a1..ebfd322 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.7 + 2.8 ``` diff --git a/src/dorkbox/inputConsole/InputConsole.java b/src/dorkbox/inputConsole/InputConsole.java index 89966d7..878ec68 100644 --- a/src/dorkbox/inputConsole/InputConsole.java +++ b/src/dorkbox/inputConsole/InputConsole.java @@ -93,7 +93,7 @@ class InputConsole { */ public static String getVersion() { - return "2.7"; + return "2.8"; } /**