Release bump

This commit is contained in:
Erin 2023-05-19 00:25:14 +02:00 committed by ondra05
parent 1bcd5ce9b0
commit 7aad9b83f0
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View file

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

View file

@ -1,6 +1,6 @@
[package]
name = "ablescript"
version = "0.5.3"
version = "0.5.4"
authors = ["AbleScript Developers"]
edition = "2021"

View file

@ -1,6 +1,6 @@
[package]
name = "ablescript_cli"
version = "0.5.3"
version = "0.5.4"
authors = ["AbleScript Developers"]
edition = "2021"