Skip to content

Commit ad1116d

Browse files
committed
chore: bump version to 0.3.0
1 parent fc50f74 commit ad1116d

File tree

6 files changed

+10
-9
lines changed

6 files changed

+10
-9
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resolver = "2"
33
members = ["crates/core", "crates/wallet", "crates/ui", "crates/cli"]
44

55
[workspace.package]
6-
version = "0.2.0"
6+
version = "0.3.0"
77
edition = "2021"
88
authors = ["Athex Web3 <[email protected]> (https://github.com/athexweb3)"]
99
description = "A high-performance, secure, and beautiful Crypto vanity address generator"

Formula/vanity_crypto.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
class VanityCrypto < Formula
22
desc "High-performance, secure, and beautiful Ethereum vanity address generator"
33
homepage "https://github.com/athexweb3/vanity_crypto"
4-
version "0.2.0"
4+
version "0.3.0"
55

66
if OS.mac? && Hardware::CPU.arm?
77
url "https://github.com/athexweb3/vanity_crypto/releases/download/v#{version}/vc-macos-arm64"
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
source: crates/cli/tests/integration.rs
3+
assertion_line: 33
34
expression: text
45
---
5-
vanity_cli 0.2.0
6+
vanity_cli 0.3.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vanity_crypto",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "High-performance, secure, and beautiful Crypto vanity address generator",
55
"bin": {
66
"vc": "npm/bin/vc"

scoop/vanity_crypto.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.2.0",
2+
"version": "0.3.0",
33
"description": "High-performance Ethereum vanity address generator",
44
"homepage": "https://github.com/athexweb3/vanity_crypto",
55
"license": "MIT",

0 commit comments

Comments
 (0)