From 475312d26b7968f16e744aee4e4253359ab756c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Garc=C3=ADa?= Date: Thu, 4 Jan 2024 22:00:53 +0100 Subject: [PATCH] Bump up version --- cli-player/Cargo.toml | 4 ++-- lib/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cli-player/Cargo.toml b/cli-player/Cargo.toml index 133d211..ae5ddeb 100644 --- a/cli-player/Cargo.toml +++ b/cli-player/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "binkplayer" -version = "1.0.2" +version = "1.0.3" description = """ Console player for compiled .json Ink story files. """ @@ -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" diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 6dcaf54..c1741fd 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bladeink" -version = "1.0.2" +version = "1.0.3" authors = ["Rafael Garcia "] description = """ This is a Rust port of inkle's ink, a scripting language for writing interactive narrative.