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

Commit b719b52

Browse files
committed
release 2.1.3
1 parent 823fab2 commit b719b52

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.1.2-release'
22+
version '2.1.3'
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.1.2'
34+
compile 'com.github.shalousun:smart-doc:2.1.3'
3535
}
3636
tasks.withType(JavaCompile) {
3737
options.encoding = "UTF-8"

0 commit comments

Comments
 (0)