Skip to content

Commit

Permalink
version: 2024.03.04
Browse files Browse the repository at this point in the history
  • Loading branch information
osipxd committed Mar 4, 2024
1 parent 94946ce commit c04e988
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]

## [2024.03.04]

### AndroidX

- :arrow_up: [compose-bom](https://developer.android.com/jetpack/compose/bom/bom-mapping) `2024.01.00``2024.02.01` :warning:
Expand Down Expand Up @@ -92,6 +94,7 @@ Skipped versions:
- [2023](CHANGELOG-2023.md)
- [2022](CHANGELOG-2022.md)

[unreleased]: https://github.com/RedMadRobot/gradle-version-catalogs/compare/2024.02.07..main
[unreleased]: https://github.com/RedMadRobot/gradle-version-catalogs/compare/2024.03.04.main
[2024.03.04]: https://github.com/RedMadRobot/gradle-version-catalogs/compare/2024.02.07..2024.03.04
[2024.02.07]: https://github.com/RedMadRobot/gradle-version-catalogs/compare/2024.01.19..2024.02.07
[2024.01.19]: https://github.com/RedMadRobot/gradle-version-catalogs/compare/2023.12.21..2024.01.19
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencyResolutionManagement {
}

versionCatalogs {
val version = "2024.02.07"
val version = "2024.03.04"
create("rmr") {
from("com.redmadrobot.versions:versions-redmadrobot:$version")
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=com.redmadrobot.versions
version=2024.02.07
version=2024.03.04

# Use official kotlin code style
kotlin.code.style=official

0 comments on commit c04e988

Please sign in to comment.