Skip to content

Commit f2a9c5e

Browse files
Merge pull request #40 from novuhq/mayorJAY-patch-1
Update Version
2 parents ef0280d + 4147d33 commit f2a9c5e

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,19 +45,18 @@ Novu's API exposes the entire Novu features via a standardized programmatic inte
4545
<dependency>
4646
<groupId>co.novu</groupId>
4747
<artifactId>novu-java</artifactId>
48-
<version>1.1.0</version>
48+
<version>1.2.0</version>
4949
</dependency>
5050
```
51-
Then run `mnv install`.
5251

5352
**Gradle users:**
5453
```gradle
5554
// add dependency
5655
dependencies {
57-
implementation 'co.novu:novu-java:1.1.0'
56+
implementation 'co.novu:novu-java:1.2.0'
5857
}
5958
```
60-
then run `gradlew build`
59+
Sync your project, and you should have the artifacts downloaded.
6160

6261
## Usage
6362

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
</parent>
1111
<groupId>co.novu</groupId>
1212
<artifactId>novu-java</artifactId>
13-
<version>1.1.0</version>
13+
<version>1.2.0</version>
1414
<packaging>jar</packaging>
1515
<name>${project.groupId}:${project.artifactId}</name>
16-
<description>Java SDK for Novu - The open-source notification infrastructure for engineers</description>
16+
<description>Java SDK for Novu - The open-source notification infrastructure for developers</description>
1717
<url>https://github.com/novuhq/novu-java</url>
1818

1919
<licenses>

0 commit comments

Comments
 (0)