Skip to content

Commit

Permalink
Bump version and add description and authors in manifest (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-mysten authored Dec 9, 2024
1 parent ec383e4 commit 6cdf1fb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion mvr-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
[package]
name = "mvr"
version = "0.0.4"
version = "0.0.5"
edition = "2021"
description = "MVR is a command line tool to interact with the Move Registry for the Sui network."
license = "Apache-2.0"
authors = ["Mysten Labs <[email protected]>"]

[[bin]]
name = "mvr"
Expand Down

0 comments on commit 6cdf1fb

Please sign in to comment.