Compare commits

...

5 Commits

Author SHA1 Message Date
farling42 559a45cdef Mark as verified on 13.338 2025-03-27 21:47:48 +00:00
farling42 2fd1060ea8 Update tags in README 2025-03-20 16:19:56 +00:00
farling42 ecbd26a89d Previous fix didn't make any difference, so reverting 2025-03-20 16:17:52 +00:00
farling42 238f7f057a Manual setting of manifest to allow all users to move to new location 2025-03-20 16:14:23 +00:00
farling42 fe527cd944 Ignore lock file and create new release 2025-03-20 16:09:54 +00:00
4 changed files with 14 additions and 3 deletions
+1
View File
@@ -0,0 +1 @@
socketlib.lock
+7 -1
View File
@@ -1,8 +1,14 @@
## 1.1.2
### Compatibility
- Updated for compatibility with Foundry 13 (338).
## 1.1.1
- Update module.json for new location and maintainer.
## 1.1.0 ## 1.1.0
### Compatibility ### Compatibility
- Updated for compatibilty with Foundry 12 (thanks Clemente!) - Updated for compatibilty with Foundry 12 (thanks Clemente!)
## 1.0.13 ## 1.0.13
### Compatibility ### Compatibility
- Verified compatibility with Foundry 11 - Verified compatibility with Foundry 11
+5 -1
View File
@@ -1,4 +1,8 @@
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/staebchenfisch) [![ko-fi](https://img.shields.io/badge/Ko--Fi-farling-success)](https://ko-fi.com/farling)
[![patreon](https://img.shields.io/badge/Patreon-amusingtime-success)](https://patreon.com/amusingtime)
![GitHub License](https://img.shields.io/github/license/farling42/foundryvtt-socketlib)
![Latest Release Download Count](https://img.shields.io/github/downloads/farling42/foundryvtt-socketlib/latest/module.zip)
![Forge installs](https://img.shields.io/badge/dynamic/json?label=Forge%20Installs&query=package.installs&suffix=%25&url=https%3A%2F%2Fforge-vtt.com%2Fapi%2Fbazaar%2Fpackage%2Ffoundryvtt-socketlib)
# 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
View File
@@ -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": [