From 7b35e3e8bcacfebacb694f0b1f8bd0b5314f8c42 Mon Sep 17 00:00:00 2001 From: Art Shendrik Date: Sun, 28 Apr 2024 13:15:08 +0100 Subject: [PATCH] chore: start 1.0.0 development Signed-off-by: Art Shendrik --- CHANGELOG.md | 6 +++--- README.md | 2 +- gradle/libs.versions.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b525f5..806c936 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,13 +10,13 @@ ### Updated - **bump [BCV][bcv] to _0.14.0_**. -- bump Gradle to _8.7_. -- bump `fluxo-kmp-conf` to _0.8.0_. - bump Kotlin to _1.9.23_. +- bump Gradle to _8.7_. - bump `dependency-guard` to _0.5.0_. +- bump `fluxo-kmp-conf` to _0.8.0_. ### Changed -- Change the minimum tested Gradle version to `7.6`. +- change the minimum tested Gradle version to `7.6`. ## [0.2.0] - 2023-09-16 diff --git a/README.md b/README.md index 93e3756..4f06803 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ pluginManagement { } resolutionStrategy.eachPlugin { if (requested.id.toString() == "io.github.fluxo-kt.binary-compatibility-validator-js") - useModule("com.github.fluxo-kt.fluxo-bcv-js:fluxo-bcv-js:59bff64346") // <-- specify version or commit + useModule("com.github.fluxo-kt.fluxo-bcv-js:fluxo-bcv-js:8fc3b62961") // <-- specify version or commit } } ``` diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 3ededf9..44b1482 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,7 +8,7 @@ [versions] -fluxoBcvJs = "0.3.0" +fluxoBcvJs = "1.0.0-SNAPSHOT" # Public API management tool # https://github.com/Kotlin/binary-compatibility-validator/releases