Skip to content

Commit

Permalink
fix: bump patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
juangirini committed Nov 19, 2024
1 parent 5ee248e commit 84cbc3b
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
Expand Up @@ -11,7 +11,7 @@ authors = ["Ideal Labs <hello@idealabs.network>"]
repository = "https://github.com/ideal-lab5/ideal-network"
homepage = "https://idealabs.network"
license = "Apache-2.0"
version = "0.1.1"
version = "0.1.2"

[workspace.lints.rust]
suspicious_double_ref_op = { level = "allow", priority = 2 }
Expand Down
2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ideal-nw-runtime"
description = "Ideal Network Runtime"
version = "0.1.1"
version = "0.1.2"
license.workspace = true
authors.workspace = true
homepage.workspace = true
Expand Down

0 comments on commit 84cbc3b

Please sign in to comment.