Skip to content

Commit bc66672

Browse files
committed
added content from gus-uktena
fixed #8 up reved module to 1.4.0
1 parent 2a0cc8e commit bc66672

12 files changed

+23
-3
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,18 @@ More of \[their\] content; check out the following social media links:
5555
- [Instagram](https://www.instagram.com/eldritchimp/)
5656
- [Portfolio](https://t.co/vHnsPxhq7A)
5757

58+
### Sourced from gus-uktena
59+
60+
Contact Info: [gus-uktena](https://github.com/gus-uktena)
61+
62+
[Requested that frames be added to foundry package](https://github.com/jcolson/token_frames/issues/8).
63+
64+
"Hello, I've just made some tokens for Band of Blades, which I would like to share with everyone. It includes a blank token so people can create their own variations. Thanks!"
65+
5866
## Feel free to send pull requests for additional token frame content
5967

68+
If you have your own token frames that you would like to share with the Foundry community, please open a pull request here or open an [Issue](https://github.com/jcolson/token_frames/issues) and I'll do my best to incorporate your content in the next release.
69+
6070
## Other modules
6171

6272
[foundryvtt_cards](https://github.com/jcolson/foundryvtt_cards) is a module that adds three new Foundry V9 card decks for import from a compendium.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
From: [gus-uktena](https://github.com/gus-uktena)
2+
3+
Requested that frames be added to foundry package:
4+
https://github.com/jcolson/token_frames/issues/8
5+
6+
"Hello, I've just made some tokens for Band of Blades, which I would like to share with everyone. It includes a blank token so people can create their own variations. Thanks!"
7+
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

make.sh

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ cd ..
2525
cd Sourced_From_EldritchImp
2626
zip -ur ../TokenFrames.zip token_frames
2727
cd ..
28+
cd Sourced_From_gus-uktena
29+
zip -ur ../TokenFrames.zip token_frames
30+
cd ..
2831
ver=`grep \"version\" module.json`
2932
printf "\033[0;34mRemember that in order to make a release:\033[0m\n"
3033
printf "\033[0;31m - git tag this version with the module.json version (${ver})\n"

module.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
"discord": "blackntan#0069"
1212
}
1313
],
14-
"version": "1.3.7",
15-
"manifestPlusVersion": "1.2.0",
16-
"library": false,
14+
"version": "1.4.0",
1715
"minimumCoreVersion": "9.238",
1816
"compatibleCoreVersion": "9",
17+
"manifestPlusVersion": "1.2.0",
18+
"library": false,
1919
"packs": [
2020
{
2121
"name": "token-frames",

0 commit comments

Comments
 (0)