Skip to content

Commit

Permalink
v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Moerill committed Jun 8, 2020
1 parent 2f90a54 commit ddf4760
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# v0.6.1
* Forgot to update module.json to show compatibility with newest FVTT version....

# v0.6.0
<ul>
<li>New Feature: You can now specify your items chat flavor using rollable Tables!
Expand Down
6 changes: 3 additions & 3 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.6.0",
"version": "0.6.1",
"minimumCoreVersion": "0.6.0",
"compatibleCoreVersion": "0.6.0",
"compatibleCoreVersion": "0.6.2",
"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.6.0/mess.zip"
"download": "https://github.com/Moerill/mess/releases/download/v0.6.1/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.6.0",
"version": "0.6.1",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
6 changes: 3 additions & 3 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.6.0",
"version": "0.6.1",
"minimumCoreVersion": "0.6.0",
"compatibleCoreVersion": "0.6.0",
"compatibleCoreVersion": "0.6.2",
"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.6.0/mess.zip"
"download": "https://github.com/Moerill/mess/releases/download/v0.6.1/mess.zip"
}

0 comments on commit ddf4760

Please sign in to comment.