Skip to content

Commit 828b5fd

Browse files
committed
release: 3.0.6
1 parent 887a952 commit 828b5fd

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.5'
22+
version '3.0.6'
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.5'
33+
implementation group: 'com.ly.smart-doc', name: 'smart-doc', version: '3.0.6'
3434
}
3535
tasks.withType(JavaCompile) {
3636
options.encoding = "UTF-8"

0 commit comments

Comments
 (0)