From ab9bd331a3d4e3a85ae83155ecf420fcfc356962 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Kat=20March=C3=A1n?= <kzm@zkat.tech>
Date: Fri, 10 Jul 2020 18:21:13 -0700
Subject: [PATCH] fix up versions again and add repository/homepage info

---
 Cargo.toml                  | 4 +++-
 big-brain-derive/Cargo.toml | 6 ++++--
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index dbb2fd4..c8b1813 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "big-brain"
-version = "0.1.0"
+version = "0.1.1"
 authors = ["Kat Marchán <kzm@zkat.tech>"]
 edition = "2018"
 description = "Rusty Utility AI library"
@@ -8,6 +8,8 @@ license-file = "LICENSE.md"
 readme = "README.md"
 keywords = ["utility-ai", "specs", "ecs"]
 categories = ["game-development"]
+repository = "https://github.com/zkat/big-brain"
+homepage = "https://github.com/zkat/big-brain"
 
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 
diff --git a/big-brain-derive/Cargo.toml b/big-brain-derive/Cargo.toml
index 7e517ba..6df7872 100644
--- a/big-brain-derive/Cargo.toml
+++ b/big-brain-derive/Cargo.toml
@@ -1,12 +1,14 @@
 [package]
 name = "big-brain-derive"
-version = "0.1.0"
+version = "0.1.1"
 authors = ["Kat Marchán <kzm@zkat.tech>"]
 edition = "2018"
 keywords = ["utility-ai", "specs", "ecs"]
 categories = ["game-development"]
 description = "Derive macros for the big-brain Utility AI library"
 license-file = "../LICENSE.md"
+repository = "https://github.com/zkat/big-brain"
+homepage = "https://github.com/zkat/big-brain"
 
 [lib]
 proc-macro = true
@@ -14,6 +16,6 @@ proc-macro = true
 [dependencies]
 syn = "1.0.33"
 quote = "1.0.7"
-big-brain = "0.0.1"
+big-brain = "0.1.0"
 proc-macro2 = "1.0.18"
 darling = "0.10.2"
-- 
GitLab