Skip to content

Commit a47a9be

Browse files
committed
Prepare for release 0.60.6
1 parent f178770 commit a47a9be

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
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]
3+
## Version 0.60.6 (2025-08-15)
44

55
### Bug fix
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://splitties.github.io/refreshVersions
29-
id("de.fayard.refreshVersions") version "0.60.5"
29+
id("de.fayard.refreshVersions") version "0.60.6"
3030
}
3131

3232
refreshVersions { // Optional: configure the plugin

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ extra:
2121
slack: https://app.slack.com/client/T09229ZC6/CP5659EL9
2222
version:
2323
gradle: 8.5
24-
refreshVersions: '0.60.5'
25-
snapshot: '0.60.6-SNAPSHOT'
24+
refreshVersions: '0.60.6'
25+
snapshot: '0.60.7-SNAPSHOT'
2626
keyboard_shortcuts:
2727
find_actions: <kbd>ctrl</kbd>/<kbd>cmd</kbd> + <kbd>shift</kbd> + <kbd>A</kbd>
2828

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
@@ -15,3 +15,4 @@
1515
0.60.3->19
1616
0.60.4->19
1717
0.60.5->19
18+
0.60.6->19

plugins/version.txt

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

0 commit comments

Comments
 (0)