Skip to content

Commit

Permalink
Merge pull request #59 from Stremio/chore/v1.3.0
Browse files Browse the repository at this point in the history
1.3.0
  • Loading branch information
tymmesyde authored Nov 5, 2024
2 parents fbcd129 + 098e58b commit 6510436
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion stremio-core-kotlin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stremio-core-kotlin"
version = "1.2.6"
version = "1.3.0"
authors = ["Smart Code OOD"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion stremio-core-kotlin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```
2 changes: 1 addition & 1 deletion stremio-core-kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 6510436

Please sign in to comment.