Skip to content

Commit 8c6c7b0

Browse files
committed
v1.3.6 with more support for package manifest+
1 parent e71e5b1 commit 8c6c7b0

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

make.sh

+1
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ cd ..
2525
cd Sourced_From_EldritchImp
2626
zip -ur ../TokenFrames.zip token_frames
2727
cd ..
28+
printf "\033[0;31mRemember that in order to make a release, you need to tag this version with the module.json version and upload the new TokenFrames.zip as WELL as the module.json into the github release!\033[0m\n"

module.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@
77
{
88
"name": "Jay Colson",
99
"email": "[email protected]",
10-
"url": "https://github.com/jcolson",
10+
"url": "https://keyoxide.org/13286216054838B7D7235AE4841ECE89C918B527",
1111
"discord": "blackntan#0069"
1212
}
1313
],
14-
"version": "1.3.5",
14+
"manifestPlusVersion": "1.2.0",
15+
"library": false,
16+
"version": "1.3.6",
1517
"minimumCoreVersion": "9.238",
1618
"compatibleCoreVersion": "9",
1719
"packs": [
@@ -27,5 +29,5 @@
2729
"download": "https://github.com/jcolson/token_frames/releases/latest/download/TokenFrames.zip",
2830
"readme": "https://github.com/jcolson/token_frames/blob/master/README.md",
2931
"bugs": "https://github.com/jcolson/token_frames/issues",
30-
"changelog": "https://github.com/jcolson/token_frames/releases"
32+
"changelog": "https://github.com/jcolson/token_frames/blob/master/CHANGELOG.md"
3133
}

0 commit comments

Comments
 (0)