Skip to content

Commit 1bc6519

Browse files
authored
Merge pull request #23 from shalousun/master
feat: release 3.1.0
2 parents 7af6ec0 + d571376 commit 1bc6519

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.ly.smart-doc'
22-
version '3.0.9'
22+
version '3.1.0'
2323

2424
sourceCompatibility = 1.8
2525

@@ -30,7 +30,7 @@ repositories {
3030
}
3131

3232
dependencies {
33-
implementation group: 'com.ly.smart-doc', name: 'smart-doc', version: '3.0.9'
33+
implementation group: 'com.ly.smart-doc', name: 'smart-doc', version: '3.1.0'
3434
}
3535
tasks.withType(JavaCompile) {
3636
options.encoding = "UTF-8"

0 commit comments

Comments
 (0)