From ade60fa1394abf02380a621d061bb2f4b6a155a8 Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 31 May 2016 02:21:42 +0200 Subject: [PATCH] Updated version --- LICENSE | 1 + README.md | 2 +- src/dorkbox/annotation/AnnotationDetector.java | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 256d2f4..acb4218 100644 --- a/LICENSE +++ b/LICENSE @@ -2,6 +2,7 @@ https://github.com/dorkbox Copyright 2014, dorkbox, llc Copyright 2011 - 2014, XIAM Solutions B.V. (http://www.xiam.nl) + Extremely fast, lightweight annotation scanner for the classpath, classloader, or files for Java 6+ - Dorkbox Utils - Apache 2.0 License diff --git a/README.md b/README.md index 8fc73a8..dda967a 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.9 + 2.10 ``` diff --git a/src/dorkbox/annotation/AnnotationDetector.java b/src/dorkbox/annotation/AnnotationDetector.java index bdbcaec..342d150 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.9"; + return "2.10"; } /**