Skip to content

Commit

Permalink
Bump version to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jklein24 committed Sep 21, 2024
1 parent 77f3adf commit 3bbc8d6
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 @@ -14,15 +14,15 @@ You can install the SDK from Maven Central using Gradle or Maven.

```groovy
dependencies {
implementation 'me.uma:uma-sdk:1.3.0'
implementation 'me.uma:uma-sdk:1.3.2'
}
```

**In Kotlin:**

```kotlin
dependencies {
implementation("me.uma:uma-sdk:1.3.0")
implementation("me.uma:uma-sdk:1.3.2")
}
```

Expand All @@ -40,7 +40,7 @@ dependencies {
<dependency>
<groupId>me.uma</groupId>
<artifactId>uma-sdk</artifactId>
<version>1.3.0</version>
<version>1.3.2</version>
</dependency>
</dependencies>
```
2 changes: 1 addition & 1 deletion uma-sdk/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GROUP=me.uma
POM_ARTIFACT_ID=uma-sdk
# Don't bump this manually. Run `scripts/versions.main.kt <new_version>` to bump the version instead.
VERSION_NAME=1.3.0
VERSION_NAME=1.3.2

POM_DESCRIPTION=The UMA SDK for Kotlin and Java.
POM_INCEPTION_YEAR=2023
Expand Down

0 comments on commit 3bbc8d6

Please sign in to comment.