We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f30d4b commit b12d69cCopy full SHA for b12d69c
build.gradle
@@ -3,7 +3,7 @@ allprojects {
3
apply plugin: 'idea'
4
apply plugin: 'eclipse'
5
group = 'com.googlecode.d2j'
6
- version = '2.1-SNAPSHOT'
+ version = '2.1'
7
}
8
9
defaultTasks('clean','distZip')
0 commit comments