Skip to content

Commit 145f014

Browse files
committed
release
1 parent 3cf6b61 commit 145f014

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ apply plugin: "com.github.johnrengelman.shadow"
1818
apply plugin: 'com.jfrog.artifactory-upload'
1919

2020
group = 'com.thedeanda'
21-
version = '1.22-SNAPSHOT'
21+
version = '1.22'
2222
sourceCompatibility = "1.7"
2323
targetCompatibility = "1.7"
2424

@@ -44,7 +44,7 @@ dependencies {
4444
compile 'org.hsqldb:hsqldb:2.3.3'
4545
compile 'com.j256.ormlite:ormlite-core:4.48'
4646
compile 'com.j256.ormlite:ormlite-jdbc:4.48'
47-
47+
4848
testCompile 'junit:junit:4.+'
4949
}
5050
jar {

0 commit comments

Comments
 (0)