Skip to content

Commit 00dd569

Browse files
committed
Prepare for release 0.50.1
1 parent 2d45558 commit 00dd569

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change log for refreshVersions
22

3-
## [Unreleased] Versions 0.50.1 (2022-09-11)
3+
## Versions 0.50.1 (2022-09-11)
44

55
### Fixes
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
// settings.gradle(.kts)
2727
plugins {
2828
// See https://jmfayard.github.io/refreshVersions
29-
id("de.fayard.refreshVersions") version "0.50.0"
29+
id("de.fayard.refreshVersions") version "0.50.1"
3030
}
3131

3232
refreshVersions { // Optional: configure the plugin

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ extra:
2121
slack: https://app.slack.com/client/T09229ZC6/CP5659EL9
2222
version:
2323
gradle: 7.5.1
24-
refreshVersions: '0.50.0'
24+
refreshVersions: '0.50.1'
2525
snapshot: '0.51.0-SNAPSHOT'
2626
keyboard_shortcuts:
2727
find_actions: <kbd>ctrl</kbd>/<kbd>cmd</kbd> + <kbd>shift</kbd> + <kbd>A</kbd>

plugins/dependencies/src/main/resources/version-to-removals-revision-mapping.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
0.40.1->9
77
0.40.2->10
88
0.50.0->14
9+
0.50.1->14

plugins/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.51.0-SNAPSHOT
1+
0.50.1

0 commit comments

Comments
 (0)