Skip to content

Commit 800e7de

Browse files
committed
Release v1.1.0
1 parent 93d1587 commit 800e7de

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.1.0
2+
### Compatibility
3+
- Updated for compatibilty with Foundry 12 (thanks Clemente!)
4+
5+
16
## 1.0.13
27
### Compatibility
38
- Verified compatibility with Foundry 11

module.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "socketlib",
33
"title": "socketlib",
44
"description": "A library for easier handling of foundry sockets",
5-
"version": "1.0.13",
5+
"version": "1.1.0",
66
"compatibility": {
77
"minimum": "11",
88
"verified": "12"
@@ -20,7 +20,7 @@
2020
"src/socketlib.js"
2121
],
2222
"url": "https://github.com/manuelVo/foundryvtt-socketlib",
23-
"download": "https://github.com/manuelVo/foundryvtt-socketlib/archive/v1.0.13.zip",
23+
"download": "https://github.com/manuelVo/foundryvtt-socketlib/archive/v1.1.0.zip",
2424
"manifest": "https://raw.githubusercontent.com/manuelVo/foundryvtt-socketlib/master/module.json",
2525
"readme": "https://github.com/manuelVo/foundryvtt-socketlib/blob/master/README.md",
2626
"changelog": "https://github.com/manuelVo/foundryvtt-socketlib/blob/master/CHANGELOG.md",

0 commit comments

Comments
 (0)