Skip to content

Commit

Permalink
release 1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
shalousun committed Sep 5, 2020
1 parent d4ff8a2 commit 560a04d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins {
}

group 'com.github.shalousun'
version '1.1.7'
version '1.1.8'

sourceCompatibility = 1.8

Expand All @@ -26,7 +26,7 @@ repositories {

dependencies {
testCompile group: 'junit', name: 'junit', version: '4.13'
compile 'com.github.shalousun:smart-doc:1.9.3'
compile 'com.github.shalousun:smart-doc:1.9.4'
}
tasks.withType(JavaCompile) {
options.encoding = "UTF-8"
Expand Down

0 comments on commit 560a04d

Please sign in to comment.