Skip to content

Commit

Permalink
version: 2022.11.18
Browse files Browse the repository at this point in the history
  • Loading branch information
osipxd committed Nov 18, 2022
1 parent 949250a commit a79a850
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.11.18]

### Stack

- :arrow_up: [accompanist](https://github.com/google/accompanist/releases/tag/v0.27.1) `0.27.0``0.27.1`
Expand Down Expand Up @@ -874,7 +876,8 @@ gradle-infrastructure plugins `0.15`:

Initial release

[unreleased]: https://github.com/RedMadRobot/gradle-version-catalogs/compare/2022.11.12..main
[unreleased]: https://github.com/RedMadRobot/gradle-version-catalogs/compare/2022.11.18..main
[2022.11.18]: https://github.com/RedMadRobot/gradle-version-catalogs/compare/2022.11.12..2022.11.18
[2022.11.12]: https://github.com/RedMadRobot/gradle-version-catalogs/compare/2022.10.26..2022.11.12
[2022.10.26]: https://github.com/RedMadRobot/gradle-version-catalogs/compare/2022.10.06..2022.10.26
[2022.10.06]: https://github.com/RedMadRobot/gradle-version-catalogs/compare/2022.09.23..2022.10.06
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.11.12"
val version = "2022.11.18"
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 @@ -37,7 +37,7 @@ subprojects {
}

group = "com.redmadrobot.versions"
version = "2022.11.12"
version = "2022.11.18"

catalog {
versionCatalog {
Expand Down

0 comments on commit a79a850

Please sign in to comment.