Skip to content

Commit

Permalink
chore(project): Increase project version to 1.1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayfri committed Jan 27, 2024
1 parent ba28440 commit 4f0145b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Project.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ object Project {
const val PUBLISH_URL = "https://s01.oss.sonatype.org/service/local/"
const val SNAPSHOT_PUBLISH_URL = "https://s01.oss.sonatype.org/content/repositories/snapshots/"
const val URL = "github.com/Ayfri/Kore"
const val VERSION = "1.1.2"
const val VERSION = "1.1.3"
}

0 comments on commit 4f0145b

Please sign in to comment.