Skip to content

Commit ac022e3

Browse files
committed
Update version 1.3.0 -> 1.3.1
[ci skip]
1 parent 6f3dca1 commit ac022e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Webjar Gradle Plugin
22
[![Build](https://github.com/coditory/gradle-webjar-plugin/actions/workflows/build.yml/badge.svg)](https://github.com/coditory/gradle-webjar-plugin/actions/workflows/build.yml)
33
[![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)
4-
[![Gradle Plugin Portal](https://img.shields.io/badge/Plugin_Portal-v1.3.0-green.svg)](https://plugins.gradle.org/plugin/com.coditory.webjar)
4+
[![Gradle Plugin Portal](https://img.shields.io/badge/Plugin_Portal-v1.3.1-green.svg)](https://plugins.gradle.org/plugin/com.coditory.webjar)
55
[![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)
66

77
Plugin that makes it easy to create SPA applications with Java back end. It connects JVM and Node.js based projects.
@@ -19,7 +19,7 @@ Add to your `build.gradle`:
1919

2020
```gradle
2121
plugins {
22-
id 'com.coditory.webjar' version '1.3.0'
22+
id 'com.coditory.webjar' version '1.3.1'
2323
}
2424
```
2525

0 commit comments

Comments
 (0)