Skip to content

Commit

Permalink
Update binkplayer to v0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bladecoder committed Oct 28, 2023
1 parent 8cc037d commit 57850f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli-player/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "binkplayer"
version = "0.9.0"
version = "0.9.4"
description = """
Console player for compiled .json Ink story files.
"""
Expand All @@ -16,7 +16,7 @@ path = "src/main.rs"

[dependencies]
anyhow = "1.0.75"
bladeink = { path = "../lib", "version" = "0.9.2" }
bladeink = { path = "../lib", "version" = "0.9.4" }
clap = { "version" = "4.4.6", features = ["derive"] }
rand = "0.8.5"

Expand Down

0 comments on commit 57850f1

Please sign in to comment.