Skip to content

Commit

Permalink
version: 1.1.1-beta02
Browse files Browse the repository at this point in the history
  • Loading branch information
osipxd committed May 7, 2024
1 parent 3865378 commit 59888d5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## [Unreleased]

*No changes*

## [1.1.1-beta02] - 2024.05.07

### Fixed

- Fixed Preference DataStore saving (#38)
Expand Down Expand Up @@ -167,7 +171,8 @@ To continue use it, change the dependency module in your build script:
- gradle-infrastructure `0.12.1``0.17`
- Migrate dependencies to version catalogs

[unreleased]: https://github.com/osipxd/encrypted-datastore/compare/1.1.1-beta01...main
[unreleased]: https://github.com/osipxd/encrypted-datastore/compare/1.1.1-beta02...main
[1.1.1-beta02]: https://github.com/osipxd/encrypted-datastore/compare/v1.1.1-beta01...1.1.1-beta02
[1.1.1-beta01]: https://github.com/osipxd/encrypted-datastore/compare/v1.0.0...1.1.1-beta01
[1.0.0]: https://github.com/osipxd/encrypted-datastore/compare/v1.0.0-beta01...v1.0.0
[1.0.0-beta01]: https://github.com/osipxd/encrypted-datastore/compare/v1.0.0-alpha04...v1.0.0-beta01
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ repositories {
}

dependencies {
implementation("io.github.osipxd:security-crypto-datastore:1.1.1-beta01")
implementation("io.github.osipxd:security-crypto-datastore:1.1.1-beta02")
// Or, if you want to use Preferences DataStore:
implementation("io.github.osipxd:security-crypto-datastore-preferences:1.1.1-beta01")
implementation("io.github.osipxd:security-crypto-datastore-preferences:1.1.1-beta02")
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ nexusPublishing {
val datastoreVersion = libs.versions.datastore.get()
allprojects {
group = "io.github.osipxd"
version = "$datastoreVersion-beta01"
version = "$datastoreVersion-beta02"
}

redmadrobot {
Expand Down

0 comments on commit 59888d5

Please sign in to comment.