Skip to content

Commit

Permalink
Release v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelVo committed Oct 15, 2022
1 parent 46aec22 commit 9f7743f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.3
### Bugfixes
- Fixed a bug that prevented pathfinding on hex to work when the hex size support module is not installed

## 1.0.2
### Bugfixes
- routinglib now works properly with the Wall Height module
Expand Down
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "routinglib",
"title": "routinglib",
"description": "A library module to calculate a path between two points",
"version": "1.0.2",
"version": "1.0.3",
"compatibility": {
"minimum": "10",
"verified": "10"
Expand All @@ -18,7 +18,7 @@
"js/main.js"
],
"url": "https://github.com/manuelVo/foundryvtt-routinglib",
"download": "https://github.com/manuelVo/foundryvtt-routinglib/releases/download/v1.0.2/routinglib-1.0.2.zip",
"download": "https://github.com/manuelVo/foundryvtt-routinglib/releases/download/v1.0.3/routinglib-1.0.3.zip",
"manifest": "https://raw.githubusercontent.com/manuelVo/foundryvtt-routinglib/master/module.json",
"readme": "https://github.com/manuelVo/foundryvtt-routinglib/blob/master/README.md",
"changelog": "https://github.com/manuelVo/foundryvtt-routinglib/blob/master/CHANGELOG.md",
Expand Down

0 comments on commit 9f7743f

Please sign in to comment.