From a97ef33ac2f3d45d41712ccc419f45d5e5accefa Mon Sep 17 00:00:00 2001 From: "hoc081098@gmail.com" Date: Thu, 7 Mar 2024 23:20:14 +0700 Subject: [PATCH] chore(publish): prepare for v0.2.0 --- README.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f2deabd5..36b60fa7 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ allprojects { ``` ```kotlin -implementation("io.github.hoc081098:solivagant-navigation:0.1.1") +implementation("io.github.hoc081098:solivagant-navigation:0.2.0") ``` ## Getting started diff --git a/gradle.properties b/gradle.properties index 48b03ec5..81431103 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.2-SNAPSHOT +VERSION_NAME=0.2.0 POM_INCEPTION_YEAR=2024 POM_URL=https://github.com/hoc081098/solivagant