Skip to content

Commit 7e183a9

Browse files
committed
Tidying up for v20.1 release
1 parent 76639c4 commit 7e183a9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Data/Scripts/001_Settings.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#==============================================================================#
22
# Pokémon Essentials #
3-
# Version 20 #
3+
# Version 20.1 #
44
# https://github.com/Maruno17/pokemon-essentials #
55
#==============================================================================#
66

@@ -433,6 +433,6 @@ def self.pokedex_names
433433

434434
# DO NOT EDIT THESE!
435435
module Essentials
436-
VERSION = "20"
436+
VERSION = "20.1"
437437
ERROR_TEXT = ""
438438
end

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Pokémon Essentials
22

3-
Based on Essentials v20.
3+
Based on Essentials v20.1.
44

55
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.
66

77
## Usage
88

99
1. Fork this repo.
10-
2. Get a copy of Essentials v20 (a download link cannot be provided here).
11-
3. Clone your forked repo into the Essentials v20 folder, replacing the existing files with the ones from the repo.
10+
2. Get a copy of Essentials v20.1 (a download link cannot be provided here).
11+
3. Clone your forked repo into the Essentials v20.1 folder, replacing the existing files with the ones from the repo.
1212

1313
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.
1414

0 commit comments

Comments
 (0)