Skip to content

Commit 939eeb4

Browse files
committed
Release 5.1.2
1 parent 9ea7e2a commit 939eeb4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A Web Push library for Java 8. Supports payloads and VAPID.
1010
For Gradle, add the following dependency to `build.gradle`:
1111

1212
```groovy
13-
compile group: 'nl.martijndwars', name: 'web-push', version: '5.1.1'
13+
compile group: 'nl.martijndwars', name: 'web-push', version: '5.1.2'
1414
```
1515

1616
For Maven, add the following dependency to `pom.xml`:
@@ -19,7 +19,7 @@ For Maven, add the following dependency to `pom.xml`:
1919
<dependency>
2020
    <groupId>nl.martijndwars</groupId>
2121
    <artifactId>web-push</artifactId>
22-
    <version>5.1.1</version>
22+
    <version>5.1.2</version>
2323
</dependency>
2424
```
2525

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ apply plugin: 'application'
1212
apply plugin: 'com.github.johnrengelman.shadow'
1313

1414
group 'nl.martijndwars'
15-
version '5.1.2-SNAPSHOT'
15+
version '5.1.2'
1616

1717
repositories {
1818
mavenLocal()

0 commit comments

Comments
 (0)