Skip to content

Commit

Permalink
release 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shalousun committed Apr 11, 2021
1 parent 823fab2 commit b719b52
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 @@ -19,7 +19,7 @@ plugins {
}

group 'com.github.shalousun'
version '2.1.2-release'
version '2.1.3'

sourceCompatibility = 1.8

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

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

0 comments on commit b719b52

Please sign in to comment.