Skip to content

Commit b73b852

Browse files
committed
release 2.2.2
1 parent 0662e43 commit b73b852

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
@@ -20,7 +20,7 @@ plugins {
2020
}
2121

2222
group 'com.github.shalousun'
23-
version '2.2.1'
23+
version '2.2.2'
2424

2525
sourceCompatibility = 1.8
2626

@@ -32,7 +32,7 @@ repositories {
3232

3333
dependencies {
3434
testCompile group: 'junit', name: 'junit', version: '4.13.1'
35-
compile 'com.github.shalousun:smart-doc:2.2.1'
35+
compile 'com.github.shalousun:smart-doc:2.2.2'
3636
}
3737
tasks.withType(JavaCompile) {
3838
options.encoding = "UTF-8"

0 commit comments

Comments
 (0)