summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRaymond Hogenson <rhogenson@posteo.net>2018-08-22 16:28:58 -0400
committerRaymond Hogenson <rhogenson@posteo.net>2018-08-22 16:28:58 -0400
commit8656df15f29ebe0900db830eb6e5d8d1f11c2e03 (patch)
treed0b1d3d437dff05ced40d90c5beae7b1e7d1bc49 /Cargo.toml
parentdde3c0e08efada0878157440dd1286de44a8c015 (diff)
downloadstallman-shooter-8656df15f29ebe0900db830eb6e5d8d1f11c2e03.tar.zst
Add introduction and conclusion screens
We're releasing version 1.0.0 baby
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a000292..a8f749b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
-name = "bullet-hell"
-version = "0.1.0"
+name = "stallman-shooter"
+version = "1.0.0"
authors = ["Raymond Hogenson <rhogenson@posteo.net>"]
[dependencies]