Skip to content

Commit

Permalink
Release v1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelVo committed Jun 18, 2021
1 parent a117957 commit 51c02f8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.0.7
### Compatibility
- Verified compatibility with Foundry 0.8.7


## 1.0.6
### Compatibility
- Verified compatibility with Foundry 0.8.5
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 @@
"name": "socketlib",
"title": "socketlib",
"description": "A library for easier handling of foundry sockets",
"version": "1.0.6",
"version": "1.0.7",
"minimumCoreVersion" : "0.7.9",
"compatibleCoreVersion" : "0.8.7",
"library": true,
Expand All @@ -18,7 +18,7 @@
"src/socketlib.js"
],
"url": "https://github.com/manuelVo/foundryvtt-socketlib",
"download": "https://github.com/manuelVo/foundryvtt-socketlib/archive/v1.0.6.zip",
"download": "https://github.com/manuelVo/foundryvtt-socketlib/archive/v1.0.7.zip",
"manifest": "https://raw.githubusercontent.com/manuelVo/foundryvtt-socketlib/master/module.json",
"readme": "https://github.com/manuelVo/foundryvtt-socketlib/blob/master/README.md",
"changelog": "https://github.com/manuelVo/foundryvtt-socketlib/blob/master/CHANGELOG.md",
Expand Down

0 comments on commit 51c02f8

Please sign in to comment.