diff --git a/Cargo.lock b/Cargo.lock index a95c827..1963ba7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2439,7 +2439,7 @@ dependencies = [ [[package]] name = "stremio-core-kotlin" -version = "1.2.6" +version = "1.3.0" dependencies = [ "Inflector", "auto_impl", diff --git a/stremio-core-kotlin/Cargo.toml b/stremio-core-kotlin/Cargo.toml index 6a17fae..e8c6ecb 100644 --- a/stremio-core-kotlin/Cargo.toml +++ b/stremio-core-kotlin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stremio-core-kotlin" -version = "1.2.6" +version = "1.3.0" authors = ["Smart Code OOD"] edition = "2021" diff --git a/stremio-core-kotlin/README.md b/stremio-core-kotlin/README.md index 86ee2c3..bc936f5 100644 --- a/stremio-core-kotlin/README.md +++ b/stremio-core-kotlin/README.md @@ -32,6 +32,6 @@ allprojects { ```gradle dependencies { - implementation 'com.github.Stremio:stremio-core-kotlin:1.2.6' + implementation 'com.github.Stremio:stremio-core-kotlin:1.3.0' } ``` diff --git a/stremio-core-kotlin/build.gradle.kts b/stremio-core-kotlin/build.gradle.kts index 40ac46f..bbc7415 100644 --- a/stremio-core-kotlin/build.gradle.kts +++ b/stremio-core-kotlin/build.gradle.kts @@ -3,7 +3,7 @@ import com.google.protobuf.gradle.* import org.jetbrains.kotlin.gradle.tasks.KotlinCompile group = "com.github.Stremio" -version = "1.2.6" +version = "1.3.0" allprojects { repositories {