Skip to content

Commit

Permalink
Release 5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
martijndwars committed Nov 8, 2020
1 parent da5caa8 commit 3a97624
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 @@ -10,7 +10,7 @@ A Web Push library for Java 8. Supports payloads and VAPID.
For Gradle, add the following dependency to `build.gradle`:

```groovy
compile group: 'nl.martijndwars', name: 'web-push', version: '5.1.1-SNAPSHOT'
compile group: 'nl.martijndwars', name: 'web-push', version: '5.1.1'
```

For Maven, add the following dependency to `pom.xml`:
Expand All @@ -19,7 +19,7 @@ For Maven, add the following dependency to `pom.xml`:
<dependency>
    <groupId>nl.martijndwars</groupId>
    <artifactId>web-push</artifactId>
    <version>${web-push.version}</version>
    <version>5.1.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ apply plugin: 'application'
apply plugin: 'com.github.johnrengelman.shadow'

group 'nl.martijndwars'
version '5.1.1-SNAPSHOT'
version '5.1.1'

repositories {
mavenLocal()
Expand Down

0 comments on commit 3a97624

Please sign in to comment.