From 8d1ed04b1d7b4b7b10744a2d610f6de242e434e2 Mon Sep 17 00:00:00 2001 From: tommyskeff Date: Sat, 23 Mar 2024 21:46:09 +0000 Subject: [PATCH] bump version to 2.1.2 (patch) --- README.md | 23 ++++++++--------------- futur-api/build.gradle.kts | 2 +- futur-reactive-streams/build.gradle.kts | 2 +- futur-reactor/build.gradle.kts | 2 +- 4 files changed, 11 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index e376e74..6b6f4d2 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,9 @@ repositories { } dependencies { - compile 'dev.tommyjs:futur-api:1.0.0' - compile 'dev.tommyjs:futur-standalone:1.0.0' - compile 'dev.tommyjs:futur-reactor:1.0.0' - compile 'dev.tommyjs:futur-reactive-streams:1.0.0' + compile 'dev.tommyjs:futur-api:2.1.2' + compile 'dev.tommyjs:futur-reactor:2.1.2' + compile 'dev.tommyjs:futur-reactive-streams:2.1.2' } ``` ### Gradle DSL @@ -26,10 +25,9 @@ repositories { } dependencies { - implementation("dev.tommyjs:futur-api:1.0.0") - implementation("dev.tommyjs:futur-standalone:1.0.0") - implementation("dev.tommyjs:futur-reactor:1.0.0") - implementation("dev.tommyjs:futur-reactive-streams:1.0.0") + implementation("dev.tommyjs:futur-api:2.1.2") + implementation("dev.tommyjs:futur-reactor:2.1.2") + implementation("dev.tommyjs:futur-reactive-streams:2.1.2") } ``` ### Maven @@ -45,17 +43,12 @@ dependencies { dev.tommyjs futur-api - 2.1.1 - - - dev.tommyjs - futur-standalone - 2.1.1 + 2.1.2 dev.tommyjs futur-reactor - 2.1.1 + 2.1.2 dev.tommyjs diff --git a/futur-api/build.gradle.kts b/futur-api/build.gradle.kts index 9e1f36b..85db17e 100644 --- a/futur-api/build.gradle.kts +++ b/futur-api/build.gradle.kts @@ -6,7 +6,7 @@ plugins { } group = "dev.tommyjs" -version = "2.1.1" +version = "2.1.2" repositories { mavenCentral() diff --git a/futur-reactive-streams/build.gradle.kts b/futur-reactive-streams/build.gradle.kts index ddea3d8..4f63a34 100644 --- a/futur-reactive-streams/build.gradle.kts +++ b/futur-reactive-streams/build.gradle.kts @@ -6,7 +6,7 @@ plugins { } group = "dev.tommyjs" -version = "2.1.1" +version = "2.1.2" repositories { mavenCentral() diff --git a/futur-reactor/build.gradle.kts b/futur-reactor/build.gradle.kts index b72f5e3..7e123e9 100644 --- a/futur-reactor/build.gradle.kts +++ b/futur-reactor/build.gradle.kts @@ -4,7 +4,7 @@ plugins { } group = "dev.tommyjs" -version = "2.1.1" +version = "2.1.2" repositories { mavenCentral()