Skip to content

Commit

Permalink
Release v0.1.14
Browse files Browse the repository at this point in the history
[ci-skip]
  • Loading branch information
Coditory CI authored and Coditory CI committed Apr 11, 2021
1 parent b8e5578 commit 5a9368b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 Status](https://github.com/coditory/gradle-manifest-plugin/workflows/Build/badge.svg?branch=master)](https://github.com/coditory/gradle-manifest-plugin/actions?query=workflow%3ABuild+branch%3Amaster)
[![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.1.13-green.svg)](https://plugins.gradle.org/plugin/com.coditory.manifest)
[![Gradle Plugin Portal](https://img.shields.io/badge/Plugin_Portal-v0.1.14-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.1.13'
id 'com.coditory.manifest' version '0.1.14'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=0.1.13
version=0.1.14

0 comments on commit 5a9368b

Please sign in to comment.