Skip to content

Commit

Permalink
Merge pull request #15 from JarrettSpiker/dev
Browse files Browse the repository at this point in the history
Add support for v10
  • Loading branch information
JarrettSpiker authored Sep 25, 2022
2 parents cf29004 + 609cf6a commit 8345194
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ Instead of using the default random ID, you may customize it to something more u

# Changelog

2.0.2
- Fix #14 : Update version support to Foundry v10

2.0.2
- Fix #11 : Update version support to be compatible with all v9 versions of Foundry

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "foundry-redirect-module",
"version": "2.0.2",
"version": "2.0.3",
"description": "Foundry Redirect: Better invitation links",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"title": "Foundry Redirect: Better invitation links",
"description": "A module to create static invitation links which look like a regular URL, and don't need to be resent every time your IP address changes",
"author": "JarrettSpiker",
"version": "2.0.2",
"version": "2.0.3",
"minimumCoreVersion": "0.7.9",
"compatibleCoreVersion" : "9",
"compatibleCoreVersion" : "10",
"scripts": [
"scripts/module.js"
],
Expand Down

0 comments on commit 8345194

Please sign in to comment.