Skip to content

Commit

Permalink
Bump version (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
itaihanski committed Dec 20, 2023
1 parent f84ad7e commit 3184c2c
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.5'
implementation 'com.descope:descope-kotlin:0.9.6'
```

## 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 @@ -68,6 +68,6 @@ class DescopeSdk(val config: DescopeConfig) {
const val name = "DescopeAndroid"

/** The Descope SDK version */
const val version = "0.9.5"
const val version = "0.9.6"
}
}

0 comments on commit 3184c2c

Please sign in to comment.