Skip to content

Commit

Permalink
Bump version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yigitozgumus committed Aug 29, 2024
1 parent 62b08bb commit 7cf02be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion transmission-test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ publishing {
create<MavenPublication>("release") {
groupId = "com.trendyol"
artifactId = "transmission-test"
version = "1.2.0"
version = "1.2.1"
afterEvaluate {
from(components["java"])
}
Expand Down
2 changes: 1 addition & 1 deletion transmission/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ publishing {
create<MavenPublication>("release") {
groupId = "com.trendyol"
artifactId = "transmission"
version = "1.2.0"
version = "1.2.1"
afterEvaluate {
from(components["java"])
}
Expand Down

0 comments on commit 7cf02be

Please sign in to comment.