Skip to content

Commit

Permalink
Verify v12 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
colinbate committed May 23, 2024
1 parent d4d15af commit cece6cf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Colin Bate
Copyright (c) 2024 Colin Bate

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
![](https://img.shields.io/badge/Foundry-v9-informational)
![](https://img.shields.io/badge/Foundry-v10-informational)
![](https://img.shields.io/badge/Foundry-v11-informational)
![](https://img.shields.io/badge/Foundry-v12-informational)
![Latest Release Download Count](https://img.shields.io/github/downloads/colinbate/rolltable-requester/latest/module.zip)

# Rolltable Requester
Expand Down
6 changes: 3 additions & 3 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"name": "rolltable-requester",
"title": "Rolltable Requester",
"description": "Allows players to roll (with dice) on a rolltable upon request.",
"version": "1.5.0",
"version": "1.5.1",
"library": "false",
"manifestPlusVersion": "1.5.0",
"manifestPlusVersion": "1.5.1",
"minimumCoreVersion": "9",
"compatibleCoreVersion": "9",
"compatibility": {
"minimum": "9",
"verified": "11.308"
"verified": "12.324"
},
"authors": [
{
Expand Down

0 comments on commit cece6cf

Please sign in to comment.