Skip to content

Commit

Permalink
Merge pull request #116 from novuhq/mayorJAY-patch-1
Browse files Browse the repository at this point in the history
Update project version
  • Loading branch information
unicodeveloper authored Feb 26, 2024
2 parents 98f97ab + 67cd55c commit 23f34fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@
[![License](https://poser.pugx.org/unicodeveloper/novu/license.svg)](LICENSE.md)
[![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)



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.

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.

## Contents

Expand Down Expand Up @@ -49,15 +46,15 @@ Novu's API exposes the entire Novu features via a standardized programmatic inte
<dependency>
<groupId>co.novu</groupId>
<artifactId>novu-java</artifactId>
<version>1.4.0</version>
<version>1.5.0</version>
</dependency>
```

**Gradle users:**
```gradle
// add dependency
dependencies {
implementation 'co.novu:novu-java:1.4.0'
implementation 'co.novu:novu-java:1.5.0'
}
```
Sync your project, and you should have the artifacts downloaded.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>co.novu</groupId>
<artifactId>novu-java</artifactId>
<version>1.4.0</version>
<version>1.5.0</version>
<packaging>jar</packaging>
<name>${project.groupId}:${project.artifactId}</name>
<description>Java SDK for Novu - The open-source notification infrastructure for developers</description>
Expand Down

0 comments on commit 23f34fb

Please sign in to comment.