From cdd27a708f50fc5aa3f0e20f300388b09664dd86 Mon Sep 17 00:00:00 2001 From: TheBrokenRail Date: Sun, 24 May 2020 15:27:07 -0400 Subject: [PATCH] Remove Changelog --- CHANGELOG.md | 4 ---- README.md | 5 +---- src/main/resources/fabric.mod.json | 2 +- 3 files changed, 2 insertions(+), 9 deletions(-) delete mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 141f1e4..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,4 +0,0 @@ -# Changelog - -**1.0** -* Initial Release diff --git a/README.md b/README.md index 76f75c5..aa97675 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,4 @@ JS API for Minecraft [View API](docs/README.md) ## Examples -[View Examples](examples) - -## Changelog -[View Changelog](CHANGELOG.md) +[View Examples](examples) \ No newline at end of file diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 080a177..89ad9d0 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -1,7 +1,7 @@ { "schemaVersion": 1, "id": "scriptcraft", - "version": "1.0.0", + "version": "1.0.0-SNAPSHOT", "name": "${name}", "description": "JS API for Minecraft", "authors": [