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

Commit f74804c

Browse files
committed
release 1.1.3
1 parent 15f3eca commit f74804c

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.2'
18+
version '1.1.3'
1919

2020
sourceCompatibility = 1.8
2121

@@ -25,7 +25,7 @@ repositories {
2525

2626
dependencies {
2727
testCompile group: 'junit', name: 'junit', version: '4.13'
28-
compile 'com.github.shalousun:smart-doc:1.9.0'
28+
compile 'com.github.shalousun:smart-doc:1.9.1'
2929
}
3030
tasks.withType(JavaCompile) {
3131
options.encoding = "UTF-8"

0 commit comments

Comments
 (0)