From 0edc3637e54b5242791560e4e1b8e48d1ce7f040 Mon Sep 17 00:00:00 2001 From: Andrei Ashikhmin Date: Mon, 4 Nov 2024 11:59:06 +0700 Subject: [PATCH] chore: bump version --- README.md | 4 ++-- alchemy/build.gradle.kts | 2 +- alchemy/pom.xml | 6 +++--- core/build.gradle.kts | 2 +- core/pom.xml | 4 ++-- pom.xml | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index d65c185..5ad70cb 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ For Swift library, [see this](https://github.com/syn-mcj/aa-swift). ## Installation ``` -implementation("org.aakotlin:core:0.1.3") -implementation("org.aakotlin:alchemy:0.1.3") +implementation("org.aakotlin:core:0.1.4") +implementation("org.aakotlin:alchemy:0.1.4") ``` ## Getting started diff --git a/alchemy/build.gradle.kts b/alchemy/build.gradle.kts index b782cc2..f8f9dbd 100644 --- a/alchemy/build.gradle.kts +++ b/alchemy/build.gradle.kts @@ -4,7 +4,7 @@ plugins { } group = "org.aakotlin" -version = "0.1.3" +version = "0.1.4" java { sourceCompatibility = JavaVersion.VERSION_17 diff --git a/alchemy/pom.xml b/alchemy/pom.xml index 981b810..2242f8f 100644 --- a/alchemy/pom.xml +++ b/alchemy/pom.xml @@ -6,13 +6,13 @@ org.aakotlin aakotlin - 0.1.3 + 0.1.4 ../pom.xml org.aakotlin alchemy - 0.1.3 + 0.1.4 alchemy jar @@ -36,7 +36,7 @@ org.aakotlin core - 0.1.3 + 0.1.4 compile diff --git a/core/build.gradle.kts b/core/build.gradle.kts index 072257a..1beefc2 100644 --- a/core/build.gradle.kts +++ b/core/build.gradle.kts @@ -4,7 +4,7 @@ plugins { } group = "org.aakotlin" -version = "0.1.3" +version = "0.1.4" java { sourceCompatibility = JavaVersion.VERSION_17 diff --git a/core/pom.xml b/core/pom.xml index b95dbe8..2e1bb51 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -6,13 +6,13 @@ org.aakotlin aakotlin - 0.1.3 + 0.1.4 ../pom.xml org.aakotlin core - 0.1.3 + 0.1.4 core jar diff --git a/pom.xml b/pom.xml index bafc7a7..a4a1d28 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 org.aakotlin aakotlin - 0.1.3 + 0.1.4 pom @@ -107,7 +107,7 @@ org.sonatype.central central-publishing-maven-plugin - 0.3.0 + 0.6.0 true central