Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jklein24 committed Nov 16, 2023
1 parent 218b0f0 commit b8afe21
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:0.2.0'
implementation 'me.uma:uma-sdk:0.3.0'
}
```

**In Kotlin:**

```kotlin
dependencies {
implementation("me.uma:uma-sdk:0.2.0")
implementation("me.uma:uma-sdk:0.3.0")
}
```

Expand All @@ -40,7 +40,7 @@ dependencies {
<dependency>
<groupId>me.uma</groupId>
<artifactId>uma-sdk</artifactId>
<version>0.2.0</version>
<version>0.3.0</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=0.2.0
VERSION_NAME=0.3.0

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

0 comments on commit b8afe21

Please sign in to comment.