Skip to content

Commit

Permalink
Prepare for release 0.50.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisCAD committed Sep 12, 2022
1 parent 2d45558 commit 00dd569
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 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] Versions 0.50.1 (2022-09-11)
## Versions 0.50.1 (2022-09-11)

### Fixes

Expand Down
2 changes: 1 addition & 1 deletion 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.50.0"
id("de.fayard.refreshVersions") version "0.50.1"
}

refreshVersions { // Optional: configure the plugin
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ extra:
slack: https://app.slack.com/client/T09229ZC6/CP5659EL9
version:
gradle: 7.5.1
refreshVersions: '0.50.0'
refreshVersions: '0.50.1'
snapshot: '0.51.0-SNAPSHOT'
keyboard_shortcuts:
find_actions: <kbd>ctrl</kbd>/<kbd>cmd</kbd> + <kbd>shift</kbd> + <kbd>A</kbd>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
0.40.1->9
0.40.2->10
0.50.0->14
0.50.1->14
2 changes: 1 addition & 1 deletion plugins/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.51.0-SNAPSHOT
0.50.1

0 comments on commit 00dd569

Please sign in to comment.