Skip to content

Commit

Permalink
release: bump version to 0.3.0
Browse files Browse the repository at this point in the history
RPC node commands added:
- estimate-gas-publish-bundle
- estimate-gas-publish-module
- get-module-abi
- gas-to-weight

Other:
- Fix for `smove new` provided.
  • Loading branch information
Rqnsom committed Jan 6, 2024
1 parent 3e9c499 commit 9fa5065
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "smove"
authors = ["Eiger <hello@eiger.co>"]
description = "CLI frontend for the Move compiler and VM in Substrate"
repository = "https://github.com/eigerco/smove"
version = "0.1.0"
version = "0.3.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ mod run_move_cli;

/// CLI frontend for the Move compiler and VM in Substrate.
#[derive(Parser)]
#[clap(name = "smove", author, about, long_about = None)]
#[clap(name = "smove", author, about, long_about = None, version)]
struct SmoveArgs {
/// Native move-cli arguments.
#[clap(flatten)]
Expand Down

0 comments on commit 9fa5065

Please sign in to comment.