Skip to content

Commit

Permalink
Bump version to 0.9.9 (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
itaihanski committed Feb 8, 2024
1 parent 86af802 commit 5e76d09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ written for Android. You can read more on the [Descope Website](https://descope.
Add the following to your `build.gradle` dependencies:

```groovy
implementation 'com.descope:descope-kotlin:0.9.8'
implementation 'com.descope:descope-kotlin:0.9.9'
```

## Quickstart
Expand Down
2 changes: 1 addition & 1 deletion descopesdk/src/main/java/com/descope/sdk/Sdk.kt
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ class DescopeSdk(val config: DescopeConfig) {
const val name = "DescopeAndroid"

/** The Descope SDK version */
const val version = "0.9.8"
const val version = "0.9.9"
}
}

0 comments on commit 5e76d09

Please sign in to comment.