From 003e44b0476ce04b54eaabfe3021d51b23e5ea23 Mon Sep 17 00:00:00 2001 From: Josh David <31487826+JoshDavid@users.noreply.github.com> Date: Sat, 14 Oct 2023 11:21:47 -0400 Subject: [PATCH] Release 1.0.0 --- ReleaseNotes.md | 4 ++++ acre.config | 13 ++++++------- 2 files changed, 10 insertions(+), 7 deletions(-) create mode 100644 ReleaseNotes.md diff --git a/ReleaseNotes.md b/ReleaseNotes.md new file mode 100644 index 0000000..a52f2ad --- /dev/null +++ b/ReleaseNotes.md @@ -0,0 +1,4 @@ +# TamStatCore Release 1.0.0 +1. include missing Util functions +2. Update acre.config +3. add KS dependency diff --git a/acre.config b/acre.config index 94b9614..3e68c89 100644 --- a/acre.config +++ b/acre.config @@ -2,12 +2,11 @@ "API": "", "CaseCode": true, "Dependencies": [ - { - "URL":"https://github.com/JoshDavid/KokoStats", - "Version":"0.0.0", - "Inject":1 - } - + { + "Inject": 1, + "URL": "https://github.com/JoshDavid/KokoStats", + "Version": "0.0.0" + } ], "DevelopmentFolders": [ ], @@ -20,5 +19,5 @@ "ProjectSpace": "#.TamStat", "StartUp": "", "URL": "https://github.com/steveman7/TamStatCore", - "Version": "0.0.0" + "Version": "1.0.0" }