Skip to content
This repository was archived by the owner on Dec 4, 2025. It is now read-only.

Commit 0308ef9

Browse files
committed
release 1.1.9
1 parent 560a04d commit 0308ef9

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
@@ -15,7 +15,7 @@ plugins {
1515
}
1616

1717
group 'com.github.shalousun'
18-
version '1.1.8'
18+
version '1.1.9'
1919

2020
sourceCompatibility = 1.8
2121

@@ -26,7 +26,7 @@ repositories {
2626

2727
dependencies {
2828
testCompile group: 'junit', name: 'junit', version: '4.13'
29-
compile 'com.github.shalousun:smart-doc:1.9.4'
29+
compile 'com.github.shalousun:smart-doc:1.9.5'
3030
}
3131
tasks.withType(JavaCompile) {
3232
options.encoding = "UTF-8"

0 commit comments

Comments
 (0)