From 02fc82d3c8ac1f2fe6921b463b178d15792e2461 Mon Sep 17 00:00:00 2001 From: nathan Date: Sun, 13 Mar 2016 17:37:42 +0100 Subject: [PATCH] Updated version --- README.md | 2 +- src/dorkbox/annotation/AnnotationDetector.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd788c8..1878046 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ This project is **kept in sync** with the utilities library, so "jar hell" is no com.dorkbox Annotations - 2.4 + 2.5 ``` diff --git a/src/dorkbox/annotation/AnnotationDetector.java b/src/dorkbox/annotation/AnnotationDetector.java index 02dce4c..d941f05 100644 --- a/src/dorkbox/annotation/AnnotationDetector.java +++ b/src/dorkbox/annotation/AnnotationDetector.java @@ -199,7 +199,7 @@ class AnnotationDetector implements Builder, Cursor { */ public static String getVersion() { - return "2.4"; + return "2.5"; } /**