Skip to content

Commit c3fa50f

Browse files
committed
Bump version to 0.13.3
1 parent 75b1582 commit c3fa50f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ written for Android. You can read more on the [Descope Website](https://descope.
99
Add the following to your `build.gradle` dependencies:
1010

1111
```groovy
12-
implementation 'com.descope:descope-kotlin:0.13.2'
12+
implementation 'com.descope:descope-kotlin:0.13.3'
1313
```
1414

1515
## Quickstart

descopesdk/src/main/java/com/descope/sdk/Sdk.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ class DescopeSdk(context: Context, projectId: String, configure: DescopeConfig.(
7373
const val NAME = "DescopeAndroid"
7474

7575
/** The Descope SDK version */
76-
const val VERSION = "0.13.2"
76+
const val VERSION = "0.13.3"
7777
}
7878
}

0 commit comments

Comments
 (0)