From 1e88dd49ae19942256991253925bcb1b7b44b75a Mon Sep 17 00:00:00 2001 From: dskvr Date: Mon, 23 Sep 2024 01:19:38 +0200 Subject: [PATCH] bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 226b4ca..49b603f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "notemine" -version = "0.2.1" +version = "0.3.0" edition = "2021" description = "a nostr note miner compiled to wasm" repository = "https://github.com/sandwichfarm/notemine"