This repository was archived by the owner on Sep 27, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ curl "https://img.shields.io/badge/Tool-→-orange.svg?style=flat" -s -o ../asse
6161 ```
6262- Versioning
6363 ``` bash
64- curl " https://img.shields.io/badge/Versioning-v0.1.2 -orange.svg?style=flat" -s -o ../assets/images/badge-release-tool-versioning.svg
64+ curl " https://img.shields.io/badge/Versioning-v0.2.0 -orange.svg?style=flat" -s -o ../assets/images/badge-release-tool-versioning.svg
6565 ```
6666
6767#### Plugin-development
Original file line number Diff line number Diff line change @@ -9,7 +9,11 @@ This project adheres to [semantic versioning](http://semver.org/spec/v2.0.0.html
99
1010## [ Unreleased] ( https://github.com/bitfunk/gradle-plugins/releases/latest )
1111
12- See [ changeset] ( https://github.com/bitfunk/gradle-plugins/compare/plugin-tool-versioning@v0.1.2...main )
12+ See [ changeset] ( https://github.com/bitfunk/gradle-plugins/compare/plugin-tool-versioning@v0.2.0...main )
13+
14+ ## [ 0.2.0] ( https://github.com/bitfunk/gradle-plugins/releases/tag/plugin-tool-versioning@v0.2.0 )
15+
16+ See [ changeset] ( https://github.com/bitfunk/gradle-plugins/compare/plugin-tool-versioning@v0.1.2...plugin-tool-versioning@v0.2.0 )
1317
1418### Bumped
1519
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ plugins {
2222}
2323
2424group = " eu.bitfunk.gradle.plugin.tool"
25- version = " 0.1.2 "
25+ version = " 0.2.0 "
2626
2727gradlePlugin {
2828 plugins.create(" toolVersioning" ) {
You can’t perform that action at this time.
0 commit comments