Skip to content

Commit

Permalink
Merge pull request #48 from mayorJAY/patch-2
Browse files Browse the repository at this point in the history
Update project version
  • Loading branch information
unicodeveloper authored Oct 4, 2023
2 parents bd23377 + cb57ede commit 5c9017f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<dependency>
<groupId>co.novu</groupId>
<artifactId>novu-kotlin</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
</dependency>
```

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

```groovy
//Groovy
//add dependency
implementation 'co.novu:novu-kotlin:1.0.0'
implementation 'co.novu:novu-kotlin:1.1.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 @@ -9,7 +9,7 @@ plugins {
}

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

java {
withJavadocJar()
Expand Down

0 comments on commit 5c9017f

Please sign in to comment.