fixed version number

This commit is contained in:
nathan 2018-08-18 20:18:23 +02:00
parent bf160c4609
commit 6308212d20
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ apply plugin: 'java-library'
project.description = 'Extremely fast, lightweight annotation scanner for the classpath, classloader, or files for Java 6+'
project.group = 'com.dorkbox'
project.version = '2.15'
project.version = '2.14'
project.ext.name = 'Annotations'
project.ext.url = 'https://git.dorkbox.com/dorkbox/Annotations'