Skip to content

Commit

Permalink
v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bladecoder committed Jul 17, 2024
1 parent b2939a1 commit 87cad88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 = "1.0.3"
version = "1.0.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" = "1.0.3" }
bladeink = { path = "../lib", "version" = "1.0.4" }
clap = { "version" = "4.4.6", features = ["derive"] }
rand = "0.8.5"

Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bladeink"
version = "1.0.3"
version = "1.0.4"
authors = ["Rafael Garcia <bladecoder@gmail.com>"]
description = """
This is a Rust port of inkle's ink, a scripting language for writing interactive narrative.
Expand Down

0 comments on commit 87cad88

Please sign in to comment.