Skip to content

Commit

Permalink
Release 0.1.0-beta.2 (#20)
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
sterliakov authored Dec 23, 2023
1 parent 7e82940 commit 8383eec
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
@@ -1,6 +1,6 @@
[package]
name = "thor-devkit"
version = "0.1.0-beta.1"
version = "0.1.0-beta.2"
authors = ["Stanislav Terliakov <[email protected]>"]
description = "Rust library to aid coding with VeChain, eg. Wallets/Tx/Sign/Verify."
documentation = "https://docs.rs/thor-devkit.rs"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/thor-devkit/0.1.0-beta.1")]
#![doc(html_root_url = "https://docs.rs/thor-devkit/0.1.0-beta.2")]
#![warn(rust_2018_idioms, missing_docs)]
#![deny(dead_code, unused_imports, unused_mut)]

Expand Down

0 comments on commit 8383eec

Please sign in to comment.