aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Grois <andi@grois.info>2022-10-26 17:58:30 +0200
committerAndreas Grois <andi@grois.info>2022-10-26 17:58:30 +0200
commit3ed6afab610907a29bb2b9fac0516d918bec333e (patch)
tree5da969fe470c8dbdf29e7090ef7fc2104b28c4b3
parenta70149839c785067d12cbc5e85cc5dbd483d6b39 (diff)
Increment version to 0.2.0
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d6166e5..1f1d5c4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "passwordmaker-rs"
-version = "0.1.0"
+version = "0.2.0"
edition = "2018"
authors = ["Andreas Grois"]
rust-version = "1.52"