Use correct versioning

This commit is contained in:
kaiwitt 2021-08-29 13:13:36 +02:00
parent b1c7691ad7
commit ee37db0592
No known key found for this signature in database
GPG Key ID: 2D2F3D411C032247
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -34,7 +34,7 @@ checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
[[package]]
name = "seed-xor"
version = "1.0.0"
version = "0.2.0"
dependencies = [
"bip39",
]

View File

@ -1,6 +1,6 @@
[package]
name = "seed-xor"
version = "1.0.0"
version = "0.2.0"
edition = "2018"
authors = ["KaiWitt <kaiwitt@protonmail.com>"]
description = "XOR bip39 mnemonics."