Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BreadMoirai committed Apr 19, 2022
1 parent a97cfb7 commit 1e0d2ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# github-release
[![Gradle Plugin Portal](https://img.shields.io/badge/version-2.2.12-blue.svg)](https://plugins.gradle.org/plugin/com.github.breadmoirai.github-release/2.2.12)
[![Gradle Plugin Portal](https://img.shields.io/badge/version-2.3.7-blue.svg)](https://plugins.gradle.org/plugin/com.github.breadmoirai.github-release/2.3.7)

[p42]: https://github.com/BreadMoirai/github-release-gradle-plugin/pull/42
[p41]: https://github.com/BreadMoirai/github-release-gradle-plugin/pull/41
Expand Down Expand Up @@ -99,7 +99,7 @@ Using the plugins DSL:

```groovy
plugins {
id "com.github.breadmoirai.github-release" version "2.3.0"
id "com.github.breadmoirai.github-release" version "2.3.7"
}
```
Using legacy plugin application:
Expand All @@ -112,7 +112,7 @@ buildscript {
}
}
dependencies {
classpath "com.github.breadmoirai:github-release:2.3.0"
classpath "com.github.breadmoirai:github-release:2.3.7"
}
}
Expand Down

0 comments on commit 1e0d2ca

Please sign in to comment.