Skip to content

Commit

Permalink
Merge pull request #47 from elam-scottlogic/main
Browse files Browse the repository at this point in the history
Update module json to create new release
Fix #46
  • Loading branch information
Eriku33 authored May 28, 2023
2 parents 2a2ef99 + 0cfdf36 commit f2e46c4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Version history

## Version 3.0.1

- Refactor file
- Update module json to new release
- Undefined error handling

## Version 3.0.0

- Foundry v10 compatibility!
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Image-Hover (https://foundryvtt.com/packages/image-hover/)

* **Author**: Eriku#2108 (Discord)
* **Version**: 3.0.0
* **Version**: 3.0.1
* **Foundry VTT Compatibility**:
- Foundry v10 - Latest release.
- Foundry v9 - 2.0.6.
Expand Down
8 changes: 4 additions & 4 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@
"url": "https://github.com/Eriku33"
}
],
"version": "3.0.0",
"version": "3.0.1",
"compatibility": {
"minimum": "10",
"verified": "10.284"
"verified": "10.291"
},
"socket": true,
"esmodules": [
"image-hover.js"
],
"url": "https://github.com/Eriku33/Foundry-VTT-Image-Hover",
"manifest": "https://github.com/Eriku33/Foundry-VTT-Image-Hover/releases/latest/download/module.json",
"download": "https://github.com/Eriku33/Foundry-VTT-Image-Hover/releases/download/3.0.0/module.zip",
"manifest": "https://github.com/Eriku33/Foundry-VTT-Image-Hover/releases/download/3.0.1/module.json",
"download": "https://github.com/Eriku33/Foundry-VTT-Image-Hover/releases/download/3.0.1/module.zip",
"readme": "https://github.com/Eriku33/Foundry-VTT-Image-Hover/blob/main/README.md",
"bugs": "https://github.com/Eriku33/Foundry-VTT-Image-Hover/issues",
"changelog": "https://github.com/Eriku33/Foundry-VTT-Image-Hover/blob/main/CHANGELOG.md"
Expand Down

0 comments on commit f2e46c4

Please sign in to comment.