start v2.2

This commit is contained in:
Bob Pan 2021-10-30 00:19:36 +08:00
parent b12d69cb64
commit 97f9882123

View File

@ -3,7 +3,7 @@ allprojects {
apply plugin: 'idea'
apply plugin: 'eclipse'
group = 'com.googlecode.d2j'
version = '2.1'
version = '2.2-SNAPSHOT'
}
defaultTasks('clean','distZip')