From 3e864ae18b31eff308e786ecdf2213c594f6212f Mon Sep 17 00:00:00 2001 From: Aravinth Manivannan Date: Sun, 29 Oct 2023 03:12:41 +0530 Subject: [PATCH] feat: prep 0.1.0-rc1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1721e1c..cbaa498 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -303,7 +303,7 @@ checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" [[package]] name = "pow-wasm" -version = "0.1.0-alpha-1" +version = "0.1.0-rc1" dependencies = [ "console_error_panic_hook", "js-sys", diff --git a/Cargo.toml b/Cargo.toml index f6dd58d..6a09379 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pow-wasm" -version = "0.1.0-alpha-1" +version = "0.1.0-rc1" authors = ["realaravinth "] edition = "2021" license = "MIT OR Apache-2.0"