version bump

master
ondra05 2022-04-12 14:17:20 +02:00
parent 2cdce8f77e
commit 95ecbdf4ce
3 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View File

@ -4,7 +4,7 @@ version = 3
[[package]]
name = "ablescript"
version = "0.2.0"
version = "0.3.0"
dependencies = [
"logos",
"rand",
@ -12,7 +12,7 @@ dependencies = [
[[package]]
name = "ablescript_cli"
version = "0.2.0"
version = "0.3.0"
dependencies = [
"ablescript",
"clap",

View File

@ -1,6 +1,6 @@
[package]
name = "ablescript"
version = "0.2.0"
version = "0.3.0"
authors = ["able <abl3theabove@gmail.com>"]
edition = "2021"

View File

@ -1,6 +1,6 @@
[package]
name = "ablescript_cli"
version = "0.2.0"
version = "0.3.0"
authors = ["able <abl3theabove@gmail.com>"]
edition = "2021"
@ -12,7 +12,7 @@ repository = "https://github.com/AbleCorp/able-script"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ablescript = { version = "0.2.0", path = "../ablescript" }
ablescript = { version = "0.3.0", path = "../ablescript" }
clap = "3.1"
rustyline = "9.1"