simple conway thing
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 166bd4f..098700f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,8 +1,8 @@
[package]
name = "cgol"
-version = "0.1.0"
+version = "0.1.1"
edition = "2021"
-author = ["bendn <[email protected]>"]
+authors = ["bendn <[email protected]>"]
description = "simple finite cgol, takes seed from a image, outputs to the terminal"
repository = "https://github.com/bend-n/cgol.git"
license = "MIT"