Skip to content

Commit

Permalink
version: 2022.09.13
Browse files Browse the repository at this point in the history
  • Loading branch information
osipxd committed Sep 13, 2022
1 parent d69fff6 commit 11e4fd6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
## [Unreleased]

## [2022.09.13]

### AndroidX

- :arrow_up: [appcompat](https://developer.android.com/jetpack/androidx/releases/appcompat#1.5.1) `1.5.0``1.5.1`
Expand Down Expand Up @@ -745,7 +747,8 @@ gradle-infrastructure plugins `0.15`:

Initial release

[unreleased]: https://github.com/RedMadRobot/gradle-version-catalogs/compare/2022.08.29..main
[unreleased]: https://github.com/RedMadRobot/gradle-version-catalogs/compare/2022.09.13..main
[2022.09.13]: https://github.com/RedMadRobot/gradle-version-catalogs/compare/2022.08.29..2022.09.13
[2022.08.29]: https://github.com/RedMadRobot/gradle-version-catalogs/compare/2022.08.11..2022.08.29
[2022.08.11]: https://github.com/RedMadRobot/gradle-version-catalogs/compare/2022.08.04..2022.08.11
[2022.08.04]: https://github.com/RedMadRobot/gradle-version-catalogs/compare/2022.07.30..2022.08.04
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencyResolutionManagement {
}

versionCatalogs {
val version = "2022.08.29"
val version = "2022.09.13"
create("rmr") {
from("com.redmadrobot.versions:versions-redmadrobot:$version")
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ subprojects {
}

group = "com.redmadrobot.versions"
version = "2022.08.29"
version = "2022.09.13"

catalog {
versionCatalog {
Expand Down

0 comments on commit 11e4fd6

Please sign in to comment.