From 738814e3ced1255ae31ae2d840313a9b80d79247 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Tue, 13 Aug 2024 00:18:52 +0530 Subject: [PATCH] chore(release): prepare next development iteration --- README.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a2c187..0e18afc 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ dependencyResolutionManagement { ```kotlin // build.gradle.kts dependencies { - implementation("com.github.android-password-store:kage:0.2.0-SNAPSHOT") + implementation("com.github.android-password-store:kage:0.3.0-SNAPSHOT") } ``` diff --git a/gradle.properties b/gradle.properties index c27dde6..4b1b436 100644 --- a/gradle.properties +++ b/gradle.properties @@ -24,7 +24,7 @@ systemProp.org.gradle.internal.http.socketTimeout=500000 # Maven publishing GROUP=com.github.android-password-store -VERSION_NAME=0.2.0 +VERSION_NAME=0.3.0-SNAPSHOT POM_ARTIFACT_ID=kage POM_NAME=kage POM_DESCRIPTION=Kotlin implementation of the age file encryption library