Skip to content

Commit

Permalink
1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tymmesyde committed Jan 7, 2025
1 parent 136d75d commit 7ac0c03
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.5.0"
version = "1.5.1"
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.5.0'
implementation 'com.github.Stremio:stremio-core-kotlin:1.5.1'
}
```
2 changes: 1 addition & 1 deletion stremio-core-kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import com.google.protobuf.gradle.*

group = "com.github.Stremio"
version = "1.5.0"
version = "1.5.1"

allprojects {
repositories {
Expand Down

0 comments on commit 7ac0c03

Please sign in to comment.