Skip to content

Commit

Permalink
Bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
bladecoder committed Jan 4, 2024
1 parent 5a16feb commit 475312d
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.2"
version = "1.0.3"
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.2" }
bladeink = { path = "../lib", "version" = "1.0.3" }
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.2"
version = "1.0.3"
authors = ["Rafael Garcia <[email protected]>"]
description = """
This is a Rust port of inkle's ink, a scripting language for writing interactive narrative.
Expand Down

0 comments on commit 475312d

Please sign in to comment.