Skip to content

Commit

Permalink
v1.3.6 with more support for package manifest+
Browse files Browse the repository at this point in the history
  • Loading branch information
jcolson committed Jul 1, 2022
1 parent e71e5b1 commit 8c6c7b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ cd ..
cd Sourced_From_EldritchImp
zip -ur ../TokenFrames.zip token_frames
cd ..
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"
8 changes: 5 additions & 3 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@
{
"name": "Jay Colson",
"email": "[email protected]",
"url": "https://github.com/jcolson",
"url": "https://keyoxide.org/13286216054838B7D7235AE4841ECE89C918B527",
"discord": "blackntan#0069"
}
],
"version": "1.3.5",
"manifestPlusVersion": "1.2.0",
"library": false,
"version": "1.3.6",
"minimumCoreVersion": "9.238",
"compatibleCoreVersion": "9",
"packs": [
Expand All @@ -27,5 +29,5 @@
"download": "https://github.com/jcolson/token_frames/releases/latest/download/TokenFrames.zip",
"readme": "https://github.com/jcolson/token_frames/blob/master/README.md",
"bugs": "https://github.com/jcolson/token_frames/issues",
"changelog": "https://github.com/jcolson/token_frames/releases"
"changelog": "https://github.com/jcolson/token_frames/blob/master/CHANGELOG.md"
}

0 comments on commit 8c6c7b0

Please sign in to comment.