Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 559a45cdef | |||
| 2fd1060ea8 | |||
| ecbd26a89d | |||
| 238f7f057a |
@@ -1,3 +1,7 @@
|
|||||||
|
## 1.1.2
|
||||||
|
### Compatibility
|
||||||
|
- Updated for compatibility with Foundry 13 (338).
|
||||||
|
|
||||||
## 1.1.1
|
## 1.1.1
|
||||||
- Update module.json for new location and maintainer.
|
- Update module.json for new location and maintainer.
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,8 @@
|
|||||||
[](https://ko-fi.com/staebchenfisch)
|
[](https://ko-fi.com/farling)
|
||||||
|
[](https://patreon.com/amusingtime)
|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
# socketlib
|
# socketlib
|
||||||
A library for simplifying working with foundries sockets. This module does not have any user facing features. You only need to install it if one of the modules you use lists it as a dependency.
|
A library for simplifying working with foundries sockets. This module does not have any user facing features. You only need to install it if one of the modules you use lists it as a dependency.
|
||||||
|
|||||||
+1
-1
@@ -5,7 +5,7 @@
|
|||||||
"version": "#{VERSION}#",
|
"version": "#{VERSION}#",
|
||||||
"compatibility": {
|
"compatibility": {
|
||||||
"minimum": "11",
|
"minimum": "11",
|
||||||
"verified": "12"
|
"verified": "13.338"
|
||||||
},
|
},
|
||||||
"library": true,
|
"library": true,
|
||||||
"authors": [
|
"authors": [
|
||||||
|
|||||||
Reference in New Issue
Block a user