Skip to content

Commit

Permalink
Merge pull request #10 from JarrettSpiker/dev
Browse files Browse the repository at this point in the history
Add support for 9.245 with version 2.0.1
  • Loading branch information
JarrettSpiker authored Jan 30, 2022
2 parents d56369b + 06caeeb commit 8a6f0ae
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.1
- Foundry 9.245 support

2.0.0
- Allow redirect address to be customized

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.0",
"version": "2.0.1",
"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.0",
"version": "2.0.1",
"minimumCoreVersion": "0.7.9",
"compatibleCoreVersion" : "9.238",
"compatibleCoreVersion" : "9.245",
"scripts": [
"scripts/module.js"
],
Expand Down

0 comments on commit 8a6f0ae

Please sign in to comment.