Skip to content

Commit

Permalink
chore: start 1.0.0 development
Browse files Browse the repository at this point in the history
Signed-off-by: Art Shendrik <artyom.shendrik@gmail.com>
  • Loading branch information
amal committed Apr 28, 2024
1 parent 8fc3b62 commit 7b35e3e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7b35e3e

Please sign in to comment.