Skip to content

Commit

Permalink
Prepare for release 0.50.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisCAD committed Sep 10, 2022
1 parent 6d55008 commit d6c5e30
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change log for refreshVersions

## [Unreleased] Version 0.41.0 (2022-09-09)
## Version 0.50.0 (2022-09-09)

### Support for Versions Catalogs! 🎉

Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
// settings.gradle(.kts)
plugins {
// See https://jmfayard.github.io/refreshVersions
id("de.fayard.refreshVersions") version "0.40.2"
id("de.fayard.refreshVersions") version "0.50.0"
}

refreshVersions { // Optional: configure the plugin
Expand Down Expand Up @@ -62,4 +62,3 @@ If you want to [also use Gradle's Versions Catalogs](https://github.com/jmfayard
**Cleanup versions availability comments:**

`./gradlew refreshVersionsCleanup`

8 changes: 4 additions & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ extra:
gradlePluginPortal: https://plugins.gradle.org/plugin/de.fayard.refreshVersions
slack: https://app.slack.com/client/T09229ZC6/CP5659EL9
version:
gradle: 7.4.2
refreshVersions: '0.40.2'
snapshot: '0.41.0-SNAPSHOT'
gradle: 7.5.1
refreshVersions: '0.50.0'
snapshot: '0.51.0-SNAPSHOT'
keyboard_shortcuts:
find_actions: <kbd>ctrl</kbd>/<kbd>cmd</kbd> + <kbd>shift</kbd> + <kbd>A</kbd>

copyright: 'Copyright &copy; 2020-2021 jmfayard'
copyright: 'Copyright &copy; 2020-2022 jmfayard'

theme:
name: 'material'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
0.40.0->9
0.40.1->9
0.40.2->10
0.50.0->14
2 changes: 1 addition & 1 deletion plugins/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.41.0-SNAPSHOT
0.50.0

0 comments on commit d6c5e30

Please sign in to comment.