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

Commit db105c1

Browse files
committed
release 2.0.7
1 parent b6388a5 commit db105c1

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

0 commit comments

Comments
 (0)