Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaltepeter committed Jun 4, 2020
1 parent b11c152 commit ed45981
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 57 deletions.
56 changes: 28 additions & 28 deletions dist/module.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
{
"name": "mountup",
"title": "Mount Up!",
"description": "Allows tokens to carry or be carried by other tokens. This is completely system agnostic, and fully customizable to fit right into your game.",
"author": "Brunhine",
"version": "2.5.0",
"minimumCoreVersion": "0.5.5",
"compatibleCoreVersion": "0.6.0",
"esmodules": [
"scripts/mountup.js"
],
"scripts": [],
"socket": true,
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "ja",
"name": " 日本語",
"path": "lang/ja.json"
}
],
"url": "https://github.com/Brunhine/MountUp",
"manifest": "https://raw.githubusercontent.com/Brunhine/MountUp/master/src/module.json",
"download": "https://github.com/Brunhine/MountUp/releases/download/v2.5.0/mountup.zip"
{
"name": "mountup",
"title": "Mount Up!",
"description": "Allows tokens to carry or be carried by other tokens. This is completely system agnostic, and fully customizable to fit right into your game.",
"author": "Brunhine",
"version": "3.0.0",
"minimumCoreVersion": "0.5.5",
"compatibleCoreVersion": "0.6.0",
"esmodules": [
"scripts/mountup.js"
],
"scripts": [],
"socket": true,
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "ja",
"name": " 日本語",
"path": "lang/ja.json"
}
],
"url": "https://github.com/Brunhine/MountUp",
"manifest": "https://raw.githubusercontent.com/Brunhine/MountUp/master/src/module.json",
"download": "https://github.com/Brunhine/MountUp/releases/download/v3.0.0/mountup.zip"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mountup",
"version": "1.0.0",
"version": "3.0.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
56 changes: 28 additions & 28 deletions src/module.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
{
"name": "mountup",
"title": "Mount Up!",
"description": "Allows tokens to carry or be carried by other tokens. This is completely system agnostic, and fully customizable to fit right into your game.",
"author": "Brunhine",
"version": "2.5.0",
"minimumCoreVersion": "0.5.5",
"compatibleCoreVersion": "0.6.0",
"esmodules": [
"scripts/mountup.js"
],
"scripts": [],
"socket": true,
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "ja",
"name": " 日本語",
"path": "lang/ja.json"
}
],
"url": "https://github.com/Brunhine/MountUp",
"manifest": "https://raw.githubusercontent.com/Brunhine/MountUp/master/src/module.json",
"download": "https://github.com/Brunhine/MountUp/releases/download/v2.5.0/mountup.zip"
{
"name": "mountup",
"title": "Mount Up!",
"description": "Allows tokens to carry or be carried by other tokens. This is completely system agnostic, and fully customizable to fit right into your game.",
"author": "Brunhine",
"version": "3.0.0",
"minimumCoreVersion": "0.5.5",
"compatibleCoreVersion": "0.6.0",
"esmodules": [
"scripts/mountup.js"
],
"scripts": [],
"socket": true,
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "ja",
"name": " 日本語",
"path": "lang/ja.json"
}
],
"url": "https://github.com/Brunhine/MountUp",
"manifest": "https://raw.githubusercontent.com/Brunhine/MountUp/master/src/module.json",
"download": "https://github.com/Brunhine/MountUp/releases/download/v3.0.0/mountup.zip"
}

0 comments on commit ed45981

Please sign in to comment.