summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2018-08-14 22:45:27 +0200
committerJustin Worthe <justin@worthe-it.co.za>2018-08-14 22:45:27 +0200
commit54abdbc20c0c304d1b0df5504c816cc07ef81abc (patch)
treef7aa8729ef2304bef559209dee411804d6c0338c /Cargo.toml
parent89f2c5b50576afcf25fc8eb53a053ce75a6cf042 (diff)
Bumped my own version to represent the jump in game engine version
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 55928d5..a37a9f6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "zombot"
-version = "2.0.0"
+version = "3.0.0"
[dependencies]
serde_derive = "1.0.71"