Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Moerill committed May 26, 2020
1 parent 3b25d8a commit 72c1e95
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions dist/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "mess",
"title": "Mess - Moerills enhancing super-suit(e)",
"description": "This module is a mix of QoL changes, enhancements for my game and stuff i play around with. For a complete feature list check the URL down below.",
"version": "0.4.0",
"minimumCoreVersion": "0.5.7",
"compatibleCoreVersion": "0.5.7",
"version": "0.5.0",
"minimumCoreVersion": "0.6.0",
"compatibleCoreVersion": "0.6.0",
"author": "Moerill",
"packs": [],
"esmodules": ["scripts/index.js"],
Expand All @@ -28,5 +28,5 @@
],
"manifest": "https://raw.githubusercontent.com/Moerill/mess/master/src/module.json",
"url": "https://github.com/Moerill/mess",
"download": "https://github.com/Moerill/mess/releases/download/v0.4.0/mess.zip"
"download": "https://github.com/Moerill/mess/releases/download/v0.5.0/mess.zip"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "module-template",
"version": "0.4.0",
"version": "0.5.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
8 changes: 4 additions & 4 deletions src/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "mess",
"title": "Mess - Moerills enhancing super-suit(e)",
"description": "This module is a mix of QoL changes, enhancements for my game and stuff i play around with. For a complete feature list check the URL down below.",
"version": "0.4.0",
"minimumCoreVersion": "0.5.7",
"compatibleCoreVersion": "0.5.7",
"version": "0.5.0",
"minimumCoreVersion": "0.6.0",
"compatibleCoreVersion": "0.6.0",
"author": "Moerill",
"packs": [],
"esmodules": ["scripts/index.js"],
Expand All @@ -28,5 +28,5 @@
],
"manifest": "https://raw.githubusercontent.com/Moerill/mess/master/src/module.json",
"url": "https://github.com/Moerill/mess",
"download": "https://github.com/Moerill/mess/releases/download/v0.4.0/mess.zip"
"download": "https://github.com/Moerill/mess/releases/download/v0.5.0/mess.zip"
}

0 comments on commit 72c1e95

Please sign in to comment.