Skip to content

Commit 23f34fb

Browse files
Merge pull request #116 from novuhq/mayorJAY-patch-1
Update project version
2 parents 98f97ab + 67cd55c commit 23f34fb

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@
1212
[![License](https://poser.pugx.org/unicodeveloper/novu/license.svg)](LICENSE.md)
1313
[![GitHub release (with filter)](https://img.shields.io/github/v/release/novuhq/novu-java?label=SDK&link=https%3A%2F%2Fgithub.com%2Fnovuhq%2Fnovu-java%2Freleases%2Flatest)](https://github.com/novuhq/novu-java/releases/latest)
1414

15-
16-
17-
Novu's API exposes the entire Novu features via a standardized programmatic interface. Please refer to the full [documentation](https://docs.novu.co/docs/overview/introduction) to learn more.
18-
15+
The [Novu Java](https://novu.co) SDK provides a fluent and expressive interface for interacting with [Novu's API](https://docs.novu.co/api-reference/overview) and managing notifications. Please refer to the full [documentation](https://docs.novu.co/docs/overview/introduction) to learn more.
1916

2017
## Contents
2118

@@ -49,15 +46,15 @@ Novu's API exposes the entire Novu features via a standardized programmatic inte
4946
<dependency>
5047
<groupId>co.novu</groupId>
5148
<artifactId>novu-java</artifactId>
52-
<version>1.4.0</version>
49+
<version>1.5.0</version>
5350
</dependency>
5451
```
5552

5653
**Gradle users:**
5754
```gradle
5855
// add dependency
5956
dependencies {
60-
implementation 'co.novu:novu-java:1.4.0'
57+
implementation 'co.novu:novu-java:1.5.0'
6158
}
6259
```
6360
Sync your project, and you should have the artifacts downloaded.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>co.novu</groupId>
77
<artifactId>novu-java</artifactId>
8-
<version>1.4.0</version>
8+
<version>1.5.0</version>
99
<packaging>jar</packaging>
1010
<name>${project.groupId}:${project.artifactId}</name>
1111
<description>Java SDK for Novu - The open-source notification infrastructure for developers</description>

0 commit comments

Comments
 (0)