Skip to content

Commit 7e9beca

Browse files
committed
v1.0.4
1 parent 51c4f2c commit 7e9beca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cli-player/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "binkplayer"
3-
version = "1.0.3"
3+
version = "1.0.4"
44
description = """
55
Console player for compiled .json Ink story files.
66
"""
@@ -16,7 +16,7 @@ path = "src/main.rs"
1616

1717
[dependencies]
1818
anyhow = "1.0.75"
19-
bladeink = { path = "../lib", "version" = "1.0.3" }
19+
bladeink = { path = "../lib", "version" = "1.0.4" }
2020
clap = { "version" = "4.4.6", features = ["derive"] }
2121
rand = "0.8.5"
2222

lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bladeink"
3-
version = "1.0.3"
3+
version = "1.0.4"
44
authors = ["Rafael Garcia <bladecoder@gmail.com>"]
55
description = """
66
This is a Rust port of inkle's ink, a scripting language for writing interactive narrative.

0 commit comments

Comments
 (0)