Skip to content

Commit

Permalink
Bump minor version (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
zombie-einstein authored Mar 26, 2024
1 parent 92d8dc8 commit 4b336b1
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 57 deletions.
108 changes: 54 additions & 54 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
Expand Up @@ -8,7 +8,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.3.1"
version = "0.4.0"
edition = "2021"
license = "MIT"
authors = ["Jordan <jordan@simtopia.ai>", "Marc <marc@simtopia.ai>"]
Expand Down
2 changes: 1 addition & 1 deletion crates/verbs_rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ rand.workspace = true
kdam = "0.5.1"
log = "0.4.19"

verbs-macros = { path="../verbs_macros", version = "0.3.1"}
verbs-macros = { path="../verbs_macros", version = "0.4.0"}

# Encoding/decoding
serde_json = "1"
Expand Down
Loading

0 comments on commit 4b336b1

Please sign in to comment.