Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
[ci-skip]
  • Loading branch information
Coditory CI authored and Coditory CI committed Apr 12, 2021
1 parent 2d52285 commit d57e34b
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
@@ -1,7 +1,7 @@
# Webjar Gradle Plugin
[![Build Status](https://github.com/coditory/gradle-webjar-plugin/workflows/Build/badge.svg?branch=master)](https://github.com/coditory/gradle-webjar-plugin/actions?query=workflow%3ABuild+branch%3Amaster)
[![Coverage Status](https://coveralls.io/repos/github/coditory/gradle-webjar-plugin/badge.svg?branch=master)](https://coveralls.io/github/coditory/gradle-webjar-plugin?branch=master)
[![Gradle Plugin Portal](https://img.shields.io/badge/Plugin_Portal-v1.0.3-green.svg)](https://plugins.gradle.org/plugin/com.coditory.webjar)
[![Gradle Plugin Portal](https://img.shields.io/badge/Plugin_Portal-v1.1.0-green.svg)](https://plugins.gradle.org/plugin/com.coditory.webjar)
[![Join the chat at https://gitter.im/coditory/gradle-webjar-plugin](https://badges.gitter.im/coditory/gradle-webjar-plugin.svg)](https://gitter.im/coditory/gradle-webjar-plugin?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

This plugin connects JVM and Node based projects.
Expand All @@ -16,7 +16,7 @@ Add to your `build.gradle`:

```gradle
plugins {
id 'com.coditory.webjar' version '1.0.3'
id 'com.coditory.webjar' version '1.1.0'
}
```

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

0 comments on commit d57e34b

Please sign in to comment.