From ef5e71d18aea36f64d07777348d697d2ef6e044c 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/objectPool/ObjectPool.java | 3 +-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 02a2169..c7c1228 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Usage: com.dorkbox ObjectPool - 2.0 + 2.1 ``` @@ -56,5 +56,3 @@ https://oss.sonatype.org/content/repositories/releases/com/dorkbox/ObjectPool/ This project is distributed under the terms of the Apache v2.0 License. See file "LICENSE" for further references. - - diff --git a/src/dorkbox/objectPool/ObjectPool.java b/src/dorkbox/objectPool/ObjectPool.java index 9044fe8..2d72e45 100644 --- a/src/dorkbox/objectPool/ObjectPool.java +++ b/src/dorkbox/objectPool/ObjectPool.java @@ -30,7 +30,7 @@ class ObjectPool { */ public static String getVersion() { - return "2.0"; + return "2.1"; } public @@ -98,4 +98,3 @@ class ObjectPool { } } -