From b4681ee2d73aa7c79bd56b0dd7eafcfa1ec10fea Mon Sep 17 00:00:00 2001 From: Jose Daniel Hernandez Date: Fri, 22 Nov 2024 18:39:16 -0600 Subject: [PATCH] Prepare code for v1.0.2 release - Update web client `package.json` and the workspace version in preparation for the testnet release. --- Cargo.toml | 2 +- web-client/dist/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e6f17e57ed..c2839640cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -156,7 +156,7 @@ ark-ff = { git = "https://github.com/paberr/algebra", branch = "pb/0.4" } ark-r1cs-std = { git = "https://github.com/paberr/r1cs-std", branch = "pb/fix-pedersen" } [workspace.package] -version = "1.0.1" +version = "1.0.2" authors = ["The Nimiq Core Development Team "] edition = "2021" homepage = "https://nimiq.com" diff --git a/web-client/dist/package.json b/web-client/dist/package.json index 3ff64ff0c6..51b15a5072 100644 --- a/web-client/dist/package.json +++ b/web-client/dist/package.json @@ -4,7 +4,7 @@ "The Nimiq Core Development Team " ], "description": "Nimiq's Rust-to-WASM web client", - "version": "2.0.1", + "version": "2.0.2", "license": "Apache-2.0", "repository": { "type": "git",