Skip to content

Commit b795814

Browse files
committed
release 2.0.8
1 parent db105c1 commit b795814

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
@@ -19,7 +19,7 @@ plugins {
1919
}
2020

2121
group 'com.github.shalousun'
22-
version '2.0.7-release'
22+
version '2.0.8'
2323

2424
sourceCompatibility = 1.8
2525

@@ -31,7 +31,7 @@ repositories {
3131

3232
dependencies {
3333
testCompile group: 'junit', name: 'junit', version: '4.13.1'
34-
compile 'com.github.shalousun:smart-doc:2.0.7'
34+
compile 'com.github.shalousun:smart-doc:2.0.8'
3535
}
3636
tasks.withType(JavaCompile) {
3737
options.encoding = "UTF-8"

0 commit comments

Comments
 (0)