From 121bd814c0c3713ec8a835a7f48a7a91e2dfc2c3 Mon Sep 17 00:00:00 2001 From: kaiwitt Date: Sat, 28 Aug 2021 09:29:53 +0200 Subject: [PATCH] Bump version to v1.0.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7448778..a55b654 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -34,7 +34,7 @@ checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc" [[package]] name = "seed-xor" -version = "0.1.0" +version = "1.0.0" dependencies = [ "bip39", ] diff --git a/Cargo.toml b/Cargo.toml index 57d46c8..b8d2208 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "seed-xor" -version = "0.1.0" +version = "1.0.0" edition = "2018" authors = ["KaiWitt "] description = "XOR bip39 mnemonics."