Skip to content

Commit 5ad1f7f

Browse files
committed
Update version 0.1.19 -> 0.1.20
[ci skip]
1 parent 7dc883e commit 5ad1f7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Build Gradle Plugin
22
[![Build](https://github.com/coditory/gradle-build-plugin/actions/workflows/build.yml/badge.svg)](https://github.com/coditory/gradle-build-plugin/actions/workflows/build.yml)
33
[![Coverage Status](https://coveralls.io/repos/github/coditory/gradle-build-plugin/badge.svg)](https://coveralls.io/github/coditory/gradle-build-plugin)
4-
[![Gradle Plugin Portal](https://img.shields.io/badge/Plugin_Portal-v0.1.19-green.svg)](https://plugins.gradle.org/plugin/com.coditory.build)
4+
[![Gradle Plugin Portal](https://img.shields.io/badge/Plugin_Portal-v0.1.20-green.svg)](https://plugins.gradle.org/plugin/com.coditory.build)
55

66
This plugin applies a typical configuration for Coditory JVM projects:
77
- Adds [manifest generation](https://github.com/coditory/gradle-manifest-plugin)
@@ -14,7 +14,7 @@ Add to your `build.gradle`:
1414

1515
```gradle
1616
plugins {
17-
id 'com.coditory.build' version '0.1.19'
17+
id 'com.coditory.build' version '0.1.20'
1818
}
1919
```
2020

0 commit comments

Comments
 (0)