Skip to content

Commit

Permalink
Bump version to 0.10.0 (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
itaihanski committed Feb 21, 2024
1 parent 573c5a4 commit 836607d
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.9'
implementation 'com.descope:descope-kotlin:0.10.0'
```

## 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 @@ -69,6 +69,6 @@ class DescopeSdk(context: Context, projectId: String, configure: DescopeConfig.(
const val name = "DescopeAndroid"

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

0 comments on commit 836607d

Please sign in to comment.