Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
shawndenggh committed Dec 4, 2023
1 parent 3d9744b commit 1c6caa1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
apply from: 'lib.gradle'

group = 'cn.vika'
version = '1.0.5'
version = '1.0.6'

java {
withJavadocJar()
Expand Down
2 changes: 1 addition & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
}

group = 'cn.vika'
version = '1.0.5'
version = '1.0.6'

java {
withJavadocJar()
Expand Down
2 changes: 1 addition & 1 deletion dingtalk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
}

group = 'cn.vika'
version = '1.0.5'
version = '1.0.6'

java {
withJavadocJar()
Expand Down
2 changes: 1 addition & 1 deletion feishu/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
}

group = 'cn.vika'
version = '1.0.5'
version = '1.0.6'

java {
withJavadocJar()
Expand Down
2 changes: 1 addition & 1 deletion qq/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
}

group = 'cn.vika'
version = '1.0.5'
version = '1.0.6'

java {
withJavadocJar()
Expand Down
2 changes: 1 addition & 1 deletion wecom/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
}

group = 'cn.vika'
version = '1.0.5'
version = '1.0.6'

java {
withJavadocJar()
Expand Down

0 comments on commit 1c6caa1

Please sign in to comment.