Skip to content

Commit cc602ca

Browse files
Renamed labels and bumped up version number
1 parent 4c920c1 commit cc602ca

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

module.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "foundry_community_macros",
33
"title": "Foundry Community Macros",
44
"description": "<p>This is a collection of Macros added by the FoundryVTT Community!<br><br>You can add your own macros by making a pull request here: https://github.com/foundry-vtt-community/macros</p>",
5-
"version": "10.4",
5+
"version": "11.0",
66
"authors": [
77
{
88
"name": "FoundryVTTCommunity"
@@ -33,85 +33,85 @@
3333
"packs": [
3434
{
3535
"name": "community-macros-5e",
36-
"label": "FVTT Community Macros - D&D 5e",
36+
"label": "D&D 5E",
3737
"path": "packs/macros-5e.db",
3838
"module": "foundry_community_macros",
3939
"type": "Macro"
4040
},
4141
{
4242
"name": "community-macros-age",
43-
"label": "FVTT Community Macros - AGE System",
43+
"label": "AGE System",
4444
"path": "packs/macros-age.db",
4545
"module": "foundry_community_macros",
4646
"type": "Macro"
4747
},
4848
{
4949
"name": "community-macros-dsa5e",
50-
"label": "FVTT Community Macros - The Dark Eye 5e",
50+
"label": "The Dark Eye 5E",
5151
"path": "packs/macros-dsa5e.db",
5252
"module": "foundry_community_macros",
5353
"type": "Macro"
5454
},
5555
{
5656
"name": "community-macros-pf1e",
57-
"label": "FVTT Community Macros - Pathfinder 1e",
57+
"label": "Pathfinder 1E",
5858
"path": "packs/macros-pf1e.db",
5959
"module": "foundry_community_macros",
6060
"type": "Macro"
6161
},
6262
{
6363
"name": "community-macros-pf2e",
64-
"label": "FVTT Community Macros - Pathfinder 2e",
64+
"label": "Pathfinder 2E",
6565
"path": "packs/macros-pf2e.db",
6666
"module": "foundry_community_macros",
6767
"type": "Macro"
6868
},
6969
{
7070
"name": "community-macros-misc",
71-
"label": "FVTT Community Macros - Misc",
71+
"label": "Misc",
7272
"path": "packs/macros-misc.db",
7373
"module": "foundry_community_macros",
7474
"type": "Macro"
7575
},
7676
{
7777
"name": "community-macros-module-specific",
78-
"label": "FVTT Community Macros - Module Specific",
78+
"label": "Module Specific",
7979
"path": "packs/macros-module-specific.db",
8080
"module": "foundry_community_macros",
8181
"type": "Macro"
8282
},
8383
{
8484
"name": "community-macros-roll",
85-
"label": "FVTT Community Macros - Roll",
85+
"label": "Roll",
8686
"path": "packs/macros-roll.db",
8787
"module": "foundry_community_macros",
8888
"type": "Macro"
8989
},
9090
{
9191
"name": "community-macros-token",
92-
"label": "FVTT Community Macros - Token",
92+
"label": "Token",
9393
"path": "packs/macros-token.db",
9494
"module": "foundry_community_macros",
9595
"type": "Macro"
9696
},
9797
{
9898
"name": "community-macros-wfrp4e",
99-
"label": "FVTT Community Macros - Warhammer 4e",
99+
"label": "Warhammer 4E",
100100
"path": "packs/macros-wfrp4e.db",
101101
"module": "foundry_community_macros",
102102
"type": "Macro"
103103
}
104104
],
105105
"url": "https://github.com/foundry-vtt-community/macros",
106106
"manifest": "https://raw.githubusercontent.com/foundry-vtt-community/macros/main/module.json",
107-
"download": "https://github.com/foundry-vtt-community/macros/archive/refs/tags/v10.4.zip",
107+
"download": "https://github.com/foundry-vtt-community/macros/archive/refs/tags/v11.0.zip",
108108
"bugs": "https://github.com/foundry-vtt-community/macros/issues",
109109
"readme": "https://raw.githubusercontent.com/foundry-vtt-community/macros/main/README.md",
110110
"changelog": "https://github.com/foundry-vtt-community/macros/releases",
111111
"license": "https://raw.githubusercontent.com/foundry-vtt-community/macros/main/LICENSE.md",
112112
"socket": true,
113113
"compatibility": {
114-
"minimum": "10",
115-
"verified": "10"
114+
"minimum": "11",
115+
"verified": "11"
116116
}
117117
}

0 commit comments

Comments
 (0)