diff --git a/Cargo.lock b/Cargo.lock
index 20983d2..53c3ed3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1944,7 +1944,7 @@ dependencies = [
[[package]]
name = "stremio-core-android"
-version = "1.0.9"
+version = "1.0.10"
dependencies = [
"auto_impl",
"base64 0.13.0",
diff --git a/Cargo.toml b/Cargo.toml
index 372898a..fc562c7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "stremio-core-android"
-version = "1.0.9"
+version = "1.0.10"
authors = ["Smart Code OOD"]
edition = "2018"
diff --git a/README.md b/README.md
index ec908bc..b9ad50b 100644
--- a/README.md
+++ b/README.md
@@ -21,11 +21,11 @@ allprojects {
```gradle
dependencies {
- implementation 'com.github.Stremio:stremio-core-kotlin:1.0.9'
+ implementation 'com.github.Stremio:stremio-core-kotlin:1.0.10'
}
```
## Manual
-[Download](https://jitpack.io/com/github/stremio/stremio-core-kotlin/1.0.9/stremio-core-kotlin-1.0.9.aar) aar and link
+[Download](https://jitpack.io/com/github/stremio/stremio-core-kotlin/1.0.10/stremio-core-kotlin-1.0.10.aar) aar and link
it manually
diff --git a/build.gradle b/build.gradle
index 9b024a0..0e3eb2f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -39,8 +39,8 @@ android {
defaultConfig {
minSdkVersion 23
targetSdkVersion 31
- versionCode 10
- versionName "1.0.9"
+ versionCode 11
+ versionName "1.0.10"
}
kotlinOptions {
diff --git a/jitpack.yml b/jitpack.yml
index 3801ed8..a49cff1 100644
--- a/jitpack.yml
+++ b/jitpack.yml
@@ -1,4 +1,4 @@
install:
- wget https://github.com/Stremio/stremio-core-kotlin/releases/download/$VERSION/stremio-core-kotlin.aar
- FILE="-Dfile=stremio-core-kotlin.aar"
- - mvn install:install-file $FILE -DgroupId=com.stremio.core -DartifactId=stremio-core-kotlin -Dversion=1.0.9 -Dpackaging=aar -DgeneratePom=true
+ - mvn install:install-file $FILE -DgroupId=com.stremio.core -DartifactId=stremio-core-kotlin -Dversion=1.0.10 -Dpackaging=aar -DgeneratePom=true
diff --git a/pom.xml b/pom.xml
index bb624ac..18b39c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,5 +3,5 @@
4.0.0
com.stremio.core
stremio-core-kotlin
- 1.0.9
+ 1.0.10