From 8753a83d93435933950bc7d9ba6711efad1eace6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20V=C3=B6gele?= Date: Wed, 14 Apr 2021 21:00:53 +0200 Subject: [PATCH] Release v1.0.0 --- module.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module.json b/module.json index 22230ae..a329eff 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "name": "socketlib", "title": "socketlib", "description": "A library for easier handling of foundry sockets", - "version": "0.0.1", + "version": "1.0.0", "minimumCoreVersion" : "0.7.9", "compatibleCoreVersion" : "0.7.9", "library": true, @@ -17,7 +17,7 @@ "src/socketlib.js" ], "url": "https://github.com/manuelVo/foundryvtt-socketlib", - "download": "https://github.com/manuelVo/foundryvtt-socketlib/archive/master.zip", + "download": "https://github.com/manuelVo/foundryvtt-socketlib/archive/v1.0.0.zip", "manifest": "https://raw.githubusercontent.com/manuelVo/foundryvtt-socketlib/master/module.json", "readme": "https://github.com/manuelVo/foundryvtt-socketlib/blob/master/README.md", "changelog": "https://github.com/manuelVo/foundryvtt-socketlib/blob/master/CHANGELOG.md",