Skip to content

Commit 51c02f8

Browse files
committed
Release v1.0.7
1 parent a117957 commit 51c02f8

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.0.7
2+
### Compatibility
3+
- Verified compatibility with Foundry 0.8.7
4+
5+
16
## 1.0.6
27
### Compatibility
38
- Verified compatibility with Foundry 0.8.5

module.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "socketlib",
33
"title": "socketlib",
44
"description": "A library for easier handling of foundry sockets",
5-
"version": "1.0.6",
5+
"version": "1.0.7",
66
"minimumCoreVersion" : "0.7.9",
77
"compatibleCoreVersion" : "0.8.7",
88
"library": true,
@@ -18,7 +18,7 @@
1818
"src/socketlib.js"
1919
],
2020
"url": "https://github.com/manuelVo/foundryvtt-socketlib",
21-
"download": "https://github.com/manuelVo/foundryvtt-socketlib/archive/v1.0.6.zip",
21+
"download": "https://github.com/manuelVo/foundryvtt-socketlib/archive/v1.0.7.zip",
2222
"manifest": "https://raw.githubusercontent.com/manuelVo/foundryvtt-socketlib/master/module.json",
2323
"readme": "https://github.com/manuelVo/foundryvtt-socketlib/blob/master/README.md",
2424
"changelog": "https://github.com/manuelVo/foundryvtt-socketlib/blob/master/CHANGELOG.md",

0 commit comments

Comments
 (0)