Skip to content

Commit

Permalink
(cargo-release) version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidev committed Sep 26, 2022
1 parent aa1cd44 commit d23b057
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "mica"
description = "A simple, user-friendly, embeddable scripting language"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
license = "MIT"
repository = "https://github.com/liquidev/mica"
Expand Down
2 changes: 1 addition & 1 deletion mica-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ path = "src/main.rs"
rustyline = "9.1.2"
clap = { version = "3.2.22", features = ["derive"] }

mica = { version = "0.4.0", path = ".." }
mica = { version = "0.5.0", path = ".." }

0 comments on commit d23b057

Please sign in to comment.