From 9b6e44922a5ca6aadf728648e4352a4ff85f2906 Mon Sep 17 00:00:00 2001 From: TheBeastLT Date: Thu, 4 Apr 2024 11:23:00 +0300 Subject: [PATCH] 1.2.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- build.gradle.kts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1229d50..71295b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2565,7 +2565,7 @@ dependencies = [ [[package]] name = "stremio-core-android" -version = "1.2.3" +version = "1.2.4" dependencies = [ "Inflector", "auto_impl", diff --git a/Cargo.toml b/Cargo.toml index cd8df31..9fca3fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stremio-core-android" -version = "1.2.3" +version = "1.2.4" authors = ["Smart Code OOD"] edition = "2021" resolver = "2" diff --git a/README.md b/README.md index 2b5ea31..94a0e37 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,6 @@ allprojects { ```gradle dependencies { - implementation 'com.github.Stremio:stremio-core-kotlin:1.2.3' + implementation 'com.github.Stremio:stremio-core-kotlin:1.2.4' } ``` diff --git a/build.gradle.kts b/build.gradle.kts index 7a6d4f9..1d6ea13 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,7 +2,7 @@ import com.google.protobuf.gradle.* import org.jetbrains.kotlin.gradle.tasks.KotlinCompile group = "com.github.Stremio" -version = "1.2.3" +version = "1.2.4" allprojects { repositories {