Skip to content

Commit

Permalink
Prepare for release 0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisCAD committed Oct 15, 2020
1 parent de5ddd3 commit 576dbab
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Change log for refreshVersions

<!--## Version 0.9.7 (2020-10-15)-->
## [Unreleased]
## Version 0.9.7 (2020-10-16)

### Fixes

Expand Down
7 changes: 5 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,15 @@ That's exactly what `refreshVersions` can already do today in your project.

== How

link:docs/Setting-up{ext-relative}[The short Setting-up guide is here].
https://jmfayard.github.io/refreshVersions/setup/[The short Setting-up guide is here].

Once setup, you just need to run the `refreshVersions` Gradle task
and apply the updates you want in the `versions.properties` file.

The link:docs/Usage{ext-relative}[full usage guide (with screenshots) is here].
You can read more on the website, we have guides with screenshots:

- https://jmfayard.github.io/refreshVersions/adding-dependencies/[Adding dependencies]
- https://jmfayard.github.io/refreshVersions/updating-dependencies/[Updating dependencies]

== Bonus: tips for your Gradle projects

Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ remote_branch: gh-pages
extra:
version:
gradle: 6.6.1
refreshVersions: '0.9.6'
refreshVersionsDev: '0.9.6-dev-007'
refreshVersions: '0.9.7'
refreshVersionsDev: '0.9.7-dev-001'

copyright: 'Copyright &copy; 2020 jmfayard'

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

0 comments on commit 576dbab

Please sign in to comment.