Skip to content

Commit e0101ab

Browse files
committed
Update verified to simply 13
1 parent f36851c commit e0101ab

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.1.3
2+
- Update compatibility to Foundry 13 (which might also fix an issue with TheForge?)
3+
14
## 1.1.2
25
### Compatibility
36
- Updated for compatibility with Foundry 13 (338).

module.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"id": "socketlib",
33
"title": "socketlib",
44
"description": "A library for easier handling of foundry sockets",
5-
"version": "1.1.1",
5+
"version": "1.1.3",
66
"compatibility": {
77
"minimum": "11",
8-
"verified": "13.338"
8+
"verified": "13"
99
},
1010
"library": true,
1111
"authors": [
@@ -28,7 +28,7 @@
2828
"src/socketlib.js"
2929
],
3030
"url": "https://github.com/farling42/foundryvtt-socketlib",
31-
"download": "https://github.com/farling42/foundryvtt-socketlib/releases/download/v1.1.1/module.zip",
31+
"download": "https://github.com/farling42/foundryvtt-socketlib/releases/download/v1.1.3/module.zip",
3232
"manifest": "https://github.com/farling42/foundryvtt-socketlib/releases/latest/download/module.json",
3333
"readme": "https://github.com/farling42/foundryvtt-socketlib/blob/master/README.md",
3434
"changelog": "https://github.com/farling42/foundryvtt-socketlib/blob/master/CHANGELOG.md",

0 commit comments

Comments
 (0)