summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2019-08-06 10:25:37 +0200
committerJustin Worthe <justin@worthe-it.co.za>2019-08-06 10:25:37 +0200
commitd23833847724620a8032bedb342d03b3b9184059 (patch)
treec2e6325adeeb46cd00ab62fd149c2734cb4e070e
parent90e93249a57ac9347440c09424383bd43e497135 (diff)
Versionbump for final
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 165a251..15bad26 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -89,7 +89,7 @@ dependencies = [
[[package]]
name = "steam-powered-wyrm"
-version = "0.2.0"
+version = "1.0.0"
dependencies = [
"arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 9b8f5c7..a0de929 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "steam-powered-wyrm"
-version = "0.2.0"
+version = "1.0.0"
edition = "2018"
[dependencies]