From 8231d34fd4efe0b17b765ae57e33bcaf02880a4f Mon Sep 17 00:00:00 2001 From: "hoc081098@gmail.com" Date: Wed, 13 Mar 2024 21:40:45 +0700 Subject: [PATCH] chore(publish): prepare for v0.3.0 --- README.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index deea7902..1c74f5c0 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ allprojects { ``` ```kotlin -implementation("io.github.hoc081098:solivagant-navigation:0.2.2") +implementation("io.github.hoc081098:solivagant-navigation:0.3.0") ``` ## Getting started diff --git a/gradle.properties b/gradle.properties index 47ae5b9f..86eda670 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.2.3-SNAPSHOT +VERSION_NAME=0.3.0 POM_INCEPTION_YEAR=2024 POM_URL=https://github.com/hoc081098/solivagant