Skip to content

Commit 4d04d5a

Browse files
committed
bumped to v1.3.1
1 parent d792986 commit 4d04d5a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "intotheodd",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "CSS compiler for the Into The Odd system",
55
"scripts": {
66
"build": "gulp",

system.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"name": "intotheodd",
33
"title": "Into the Odd",
44
"description": "The Into the Odd system for FoundryVTT!",
5-
"version": "1.3.0",
5+
"version": "1.3.1",
66
"minimumCoreVersion": "0.6.2",
7-
"compatibleCoreVersion": "9",
7+
"compatibleCoreVersion": "10",
88
"templateVersion": 2,
99
"author": "voidcase",
1010
"esmodules": ["module/intotheodd.js"],
@@ -25,6 +25,6 @@
2525
"primaryTokenAttribute": "health",
2626
"url": "https://github.com/voidcase/IntoTheOdd-FoundryVTT",
2727
"manifest": "https://raw.githubusercontent.com/voidcase/IntoTheOdd-FoundryVTT/master/system.json",
28-
"download": "https://github.com/voidcase/IntoTheOdd-FoundryVTT/archive/v1.2.0.zip",
28+
"download": "https://github.com/voidcase/IntoTheOdd-FoundryVTT/archive/v1.3.1.zip",
2929
"license": "LICENSE.txt"
3030
}

0 commit comments

Comments
 (0)