Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio32A committed Sep 30, 2020
1 parent e07d65f commit 8445de7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"author": "Antonio32A",
"entry": "loader.js",
"requires": ["SettingsManager", "PersistentData"],
"version": "0.9.9"
"version": "0.9.99"
}
4 changes: 2 additions & 2 deletions settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const settings = new SettingsObject(
{
name: "Main",
settings: [
new Setting.Button(" &eDungeonUtilities", "&dBETA v0.9.9", () => {}),
new Setting.Button(" &eDungeonUtilities", "&dBETA v0.9.99", () => {}),
new Setting.Button("&bA collection of useful utilities for dungeons!", "By &aAntonio32A", () => {}),
new Setting.Button("", "", () => {}),
new Setting.Button(" &dCredits", "", () => {}),
Expand Down Expand Up @@ -123,4 +123,4 @@ const settings = new SettingsObject(
]
);

module.exports = { settings, Settings }
module.exports = { settings, Settings }

0 comments on commit 8445de7

Please # to comment.