From b6726a7e811877a7e5835509a5cd6f8b94de7941 Mon Sep 17 00:00:00 2001 From: Myles <43725835+MylesAndMore@users.noreply.github.com> Date: Tue, 13 Dec 2022 19:18:49 +0000 Subject: add download link and sync build version --- README.md | 6 +++++- build.gradle | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1205386..267a4b0 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ If you've never heard of it, [Tumble](https://minecraft-archive.fandom.com/wiki/ ## Setup -1. Simply [download]() **add link to download** the plugin's JAR file and place it in your server's plugins directory. +1. Simply [download](https://github.com/MylesAndMore/tumble/releases/tag/stable) the plugin's JAR file and place it in your server's plugins directory. - *Note: Multiverse is also required for the plugin to run, you may download it [here](https://www.spigotmc.org/resources/multiverse-core.390/).* @@ -73,3 +73,7 @@ Scroll down for more options to configure your game. - ```permissionMessage``` - Customize the message that displays when the player does not have permission to execute a command from this plugin. + +## Issues & Feedback + +Feel free to report any bugs, leave feedback, ask questions, or submit ideas for new features on our [GitHub issues page](https://github.com/MylesAndMore/tumble/issues/new)! diff --git a/build.gradle b/build.gradle index 019bafd..a7f815e 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ java { } group 'tumble' -version '0.0.1-SNAPSHOT' +version '1.0.0' repositories { // Use Maven Central for resolving dependencies. -- cgit v1.2.3