Skip to content

Commit

Permalink
Prepare for release 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfayard committed Aug 23, 2021
1 parent 58a418e commit 95273fc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.20.0 (2021-08-23)

### Announcement

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

refreshVersions { // Optional: configure the plugin
Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ extra:
slack: https://app.slack.com/client/T09229ZC6/CP5659EL9
version:
gradle: 6.9
refreshVersions: '0.11.0'
snapshot: '0.11.1-SNAPSHOT'
refreshVersions: '0.20.0'
snapshot: '0.20.1-SNAPSHOT'
keyboard_shortcuts:
find_actions: <kbd>ctrl</kbd>/<kbd>cmd</kbd> + <kbd>shift</kbd> + <kbd>A</kbd>

Expand Down
2 changes: 1 addition & 1 deletion plugins/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.1-SNAPSHOT
0.20.0

0 comments on commit 95273fc

Please sign in to comment.