Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
leandroBorgesFerreira committed May 23, 2023
1 parent 83653a7 commit b0fdbcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion storyteller/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
rootProject.extra.apply {
set("PUBLISH_GROUP_ID", "com.github.leandroborgesferreira")
set("PUBLISH_ARTIFACT_ID", "storyteller")
set("PUBLISH_VERSION", "0.1.0")
set("PUBLISH_VERSION", "0.1.1")
}

apply(from = "${rootDir}/scripts/publish-module.gradle")
Expand Down
2 changes: 1 addition & 1 deletion storyteller_persistence/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
rootProject.extra.apply {
set("PUBLISH_GROUP_ID", "com.github.leandroborgesferreira")
set("PUBLISH_ARTIFACT_ID", "storyteller-persistence")
set("PUBLISH_VERSION", "0.1.0")
set("PUBLISH_VERSION", "0.1.1")
}

apply(from = "${rootDir}/scripts/publish-module.gradle")
Expand Down

0 comments on commit b0fdbcc

Please sign in to comment.