Skip to content

Commit

Permalink
version: 1.1.1-beta01
Browse files Browse the repository at this point in the history
  • Loading branch information
osipxd committed May 4, 2024
1 parent 089e3d0 commit d239840
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-beta01] - 2024.05.04

### DataStore 1.1.0+

> [!NOTE]
Expand Down Expand Up @@ -156,7 +160,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/v1.0.0...main
[unreleased]: https://github.com/osipxd/encrypted-datastore/compare/1.1.1-beta01...main
[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
[1.0.0-alpha04]: https://github.com/osipxd/encrypted-datastore/compare/v1.0.0-alpha03...v1.0.0-alpha04
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.0.0")
implementation("io.github.osipxd:security-crypto-datastore:1.1.1-beta01")
// Or, if you want to use Preferences DataStore:
implementation("io.github.osipxd:security-crypto-datastore-preferences:1.0.0")
implementation("io.github.osipxd:security-crypto-datastore-preferences:1.1.1-beta01")
}
```

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"
version = "$datastoreVersion-beta01"
}

redmadrobot {
Expand Down

0 comments on commit d239840

Please sign in to comment.