Skip to content

Commit

Permalink
Merge pull request novuhq#67 from mayorJAY/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 80969d7 + 7a5493d commit 813c81d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@
</div>

# Novu Kotlin SDK
[![License](https://poser.pugx.org/unicodeveloper/novu/license.svg)](LICENSE.md)
[![GitHub release (with filter)](https://img.shields.io/github/v/release/novuhq/novu-kotlin?label=SDK&link=https%3A%2F%2Fgithub.com%2Fnovuhq%2Fnovu-kotlin%2Freleases%2Flatest)](https://github.com/novuhq/novu-kotlin/releases/latest)

> The [Novu Kotlin](https://novu.co) SDK provides a fluent and expressive interface for interacting with [Novu's API](https://api.novu.co/api) and managing notifications.
The [Novu Kotlin](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.

## Installation

Expand All @@ -20,7 +22,7 @@
<dependency>
<groupId>co.novu</groupId>
<artifactId>novu-kotlin</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
</dependency>
```

Expand All @@ -29,13 +31,13 @@
```kotlin
//Kotlin
//add dependency
implementation("co.novu:novu-kotlin:1.1.0")
implementation("co.novu:novu-kotlin:1.2.0")
```

```groovy
//Groovy
//add dependency
implementation 'co.novu:novu-kotlin:1.1.0'
implementation 'co.novu:novu-kotlin:1.2.0'
```

Sync your project, and you should have the artifacts downloaded.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
}

group = "co.novu"
version = "1.1.0"
version = "1.2.0"

java {
withJavadocJar()
Expand Down

0 comments on commit 813c81d

Please sign in to comment.