diff --git a/README.md b/README.md index cf555a48..65c268ab 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ allprojects { ``` ```kotlin -implementation("io.github.hoc081098:solivagant-navigation:0.1.0") +implementation("io.github.hoc081098:solivagant-navigation:0.1.1") ``` ## Getting started diff --git a/gradle.properties b/gradle.properties index cf409154..6ce915ce 100644 --- a/gradle.properties +++ b/gradle.properties @@ -25,7 +25,7 @@ kotlin.incremental=true # POM GROUP=io.github.hoc081098 # HEY! If you change the major version here be sure to update publish-release.yaml doc target folder! -VERSION_NAME=0.1.1-SNAPSHOT +VERSION_NAME=0.1.1 POM_INCEPTION_YEAR=2024 POM_URL=https://github.com/hoc081098/solivagant