Skip to content

Commit

Permalink
Update version 0.2.0 -> 0.2.1
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
coditory-bot committed Sep 11, 2022
1 parent 8a597df commit 27797b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Build](https://github.com/coditory/gradle-manifest-plugin/actions/workflows/build.yml/badge.svg)](https://github.com/coditory/gradle-manifest-plugin/actions/workflows/build.yml)
[![Coverage Status](https://coveralls.io/repos/github/coditory/gradle-manifest-plugin/badge.svg?branch=master)](https://coveralls.io/github/coditory/gradle-manifest-plugin?branch=master)
[![Gradle Plugin Portal](https://img.shields.io/badge/Plugin_Portal-v0.2.0-green.svg)](https://plugins.gradle.org/plugin/com.coditory.manifest)
[![Gradle Plugin Portal](https://img.shields.io/badge/Plugin_Portal-v0.2.1-green.svg)](https://plugins.gradle.org/plugin/com.coditory.manifest)
[![Join the chat at https://gitter.im/coditory/gradle-manifest-plugin](https://badges.gitter.im/coditory/gradle-manifest-plugin.svg)](https://gitter.im/coditory/gradle-integration-test-plugin?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

**Single responsibility** gradle plugin for generating project metadata
Expand All @@ -18,7 +18,7 @@ Add to your `build.gradle`:

```gradle
plugins {
id 'com.coditory.manifest' version '0.2.0'
id 'com.coditory.manifest' version '0.2.1'
}
```

Expand Down

0 comments on commit 27797b0

Please sign in to comment.