Skip to content

Commit

Permalink
Bump patch version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jklein24 committed Sep 29, 2023
1 parent 5b81635 commit c2ac0a7
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 @@ -15,15 +15,15 @@ You can install the SDK from Maven Central using Gradle or Maven.

```groovy
dependencies {
implementation 'me.uma:uma-sdk:0.1.1'
implementation 'me.uma:uma-sdk:0.1.2'
}
```

**In Kotlin:**

```kotlin
dependencies {
implementation("me.uma:uma-sdk:0.1.1")
implementation("me.uma:uma-sdk:0.1.2")
}
```

Expand All @@ -41,7 +41,7 @@ dependencies {
<dependency>
<groupId>me.uma</groupId>
<artifactId>uma-sdk</artifactId>
<version>0.1.1</version>
<version>0.1.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=0.1.1
VERSION_NAME=0.1.2

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

0 comments on commit c2ac0a7

Please sign in to comment.