Skip to content

Commit

Permalink
Release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jprochazk committed Mar 14, 2023
1 parent 2f59bd7 commit e80878b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions 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,6 +1,6 @@
[package]
name = "hebi"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
description = "A dynamic scripting language"
repository = "https://github.com/jprochazk/hebi"
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hebi_cli"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
private = true

Expand Down
2 changes: 1 addition & 1 deletion crates/derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hebi_derive"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
description = "Derive macros for Hebi"
repository = "https://github.com/jprochazk/hebi"
Expand Down
2 changes: 1 addition & 1 deletion samples/simple/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "simple"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
private = true

Expand Down

0 comments on commit e80878b

Please sign in to comment.