diff --git a/README.md b/README.md
index ef3b1ee..aa379e7 100644
--- a/README.md
+++ b/README.md
@@ -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
@@ -49,7 +46,7 @@ Novu's API exposes the entire Novu features via a standardized programmatic inte
co.novu
novu-java
- 1.4.0
+ 1.5.0
```
@@ -57,7 +54,7 @@ Novu's API exposes the entire Novu features via a standardized programmatic inte
```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.
diff --git a/pom.xml b/pom.xml
index c34eb5b..14b7871 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
co.novu
novu-java
- 1.4.0
+ 1.5.0
jar
${project.groupId}:${project.artifactId}
Java SDK for Novu - The open-source notification infrastructure for developers