diff --git a/README.md b/README.md index ebbeec8..cd788c8 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.0 + 2.4 ``` @@ -60,5 +60,3 @@ https://repo1.maven.org/maven2/org/slf4j/slf4j-api/ This project is distributed under the terms of the Apache v2.0 License. See file "LICENSE" for further references. - - diff --git a/src/dorkbox/annotation/AnnotationDetector.java b/src/dorkbox/annotation/AnnotationDetector.java index aed1225..02dce4c 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.0"; + return "2.4"; } /** @@ -991,4 +991,3 @@ class AnnotationDetector implements Builder, Cursor { } -