From 7e183a92aa254ee8515fd61b6740342858c6231d Mon Sep 17 00:00:00 2001 From: Maruno17 Date: Mon, 20 Jun 2022 19:17:38 +0100 Subject: [PATCH] Tidying up for v20.1 release --- Data/Scripts/001_Settings.rb | 4 ++-- README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Data/Scripts/001_Settings.rb b/Data/Scripts/001_Settings.rb index 892f8ef3e..347c78a1b 100644 --- a/Data/Scripts/001_Settings.rb +++ b/Data/Scripts/001_Settings.rb @@ -1,6 +1,6 @@ #==============================================================================# # Pokémon Essentials # -# Version 20 # +# Version 20.1 # # https://github.com/Maruno17/pokemon-essentials # #==============================================================================# @@ -433,6 +433,6 @@ end # DO NOT EDIT THESE! module Essentials - VERSION = "20" + VERSION = "20.1" ERROR_TEXT = "" end diff --git a/README.md b/README.md index 63ec72ee9..65ab8e566 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ # Pokémon Essentials -Based on Essentials v20. +Based on Essentials v20.1. You can build your fangame on top of a fork of this repository. Doing so will let you update your fangame with improvements made to this repo as soon as they are made. ## Usage 1. Fork this repo. -2. Get a copy of Essentials v20 (a download link cannot be provided here). -3. Clone your forked repo into the Essentials v20 folder, replacing the existing files with the ones from the repo. +2. Get a copy of Essentials v20.1 (a download link cannot be provided here). +3. Clone your forked repo into the Essentials v20.1 folder, replacing the existing files with the ones from the repo. From here, you can edit this project to turn it into your fangame/develop mods. When this repo is updated, you can pull the changes to update your fork and get the updates into your fangame/modding environment.