Skip to content

Commit

Permalink
Bump version to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alialbaali committed Jan 25, 2021
1 parent c1ec1b5 commit 9e82d91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "io.kamel"
version = "0.0.2"
version = "0.0.3"

repositories {
jcenter()
Expand Down Expand Up @@ -44,7 +44,7 @@ publishing {
create<MavenPublication>("maven") {
groupId = "io.kamel"
artifactId = "kamel-core"
version = "0.0.2"
version = "0.0.3"

from(components["kotlin"])
}
Expand Down

0 comments on commit 9e82d91

Please sign in to comment.