Skip to content

Commit

Permalink
release 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jamal-wia committed Dec 1, 2023
1 parent effbbaa commit 7db5533
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions navigationcontroller/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "com.github.jamal-wia"
version = "1.0.4"
version = "1.0.5"

android {
namespace = "com.jamal_aliev.navigationcontroller"
Expand Down Expand Up @@ -52,8 +52,8 @@ afterEvaluate {
create("release", MavenPublication::class) {
from(components["release"])
groupId = "com.github.jamal-wia"
artifactId = "NavigationController"
version = "1.0.4"
artifactId = "navigationcontroller"
version = "1.0.5"
}
}
}
Expand Down

0 comments on commit 7db5533

Please sign in to comment.