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