Skip to content

Commit

Permalink
release: 3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
shalousun committed Jul 9, 2024
1 parent 887a952 commit 828b5fd
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.ly.smart-doc'
version '3.0.5'
version '3.0.6'

sourceCompatibility = 1.8

Expand All @@ -30,7 +30,7 @@ repositories {
}

dependencies {
implementation group: 'com.ly.smart-doc', name: 'smart-doc', version: '3.0.5'
implementation group: 'com.ly.smart-doc', name: 'smart-doc', version: '3.0.6'
}
tasks.withType(JavaCompile) {
options.encoding = "UTF-8"
Expand Down

0 comments on commit 828b5fd

Please sign in to comment.