From 103dae8edb27d7964db34206205aa7433d39c6bc Mon Sep 17 00:00:00 2001 From: zarmstrong Date: Sat, 30 Jan 2021 23:59:44 -0700 Subject: [PATCH] update module.json for 1.1.3 --- README.md | 2 +- module.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8e40457..dbec392 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![ko-fi](https://img.shields.io/badge/-buy%20me%20a%20coffee-%23FF5E5B?style=plastic)](https://ko-fi.com/slate) [![patreon](https://img.shields.io/badge/-support%20me%20on%20patreon-%235C5C5C?style=plastic)](https://patreon.com/slatesfoundrystuff) ![GitHub release (by tag)](https://img.shields.io/github/downloads/zarmstrong/fvtt-lightswitch/LightSwitch-1.1.2/total?style=plastic) ![GitHub all releases](https://img.shields.io/github/downloads/zarmstrong/fvtt-lightswitch/total?style=plastic) ![GitHub](https://img.shields.io/github/license/zarmstrong/fvtt-lightswitch?style=plastic) +[![ko-fi](https://img.shields.io/badge/-buy%20me%20a%20coffee-%23FF5E5B?style=plastic)](https://ko-fi.com/slate) [![patreon](https://img.shields.io/badge/-support%20me%20on%20patreon-%235C5C5C?style=plastic)](https://patreon.com/slatesfoundrystuff) ![GitHub release (by tag)](https://img.shields.io/github/downloads/zarmstrong/fvtt-lightswitch/LightSwitch-1.1.3/total?style=plastic) ![GitHub all releases](https://img.shields.io/github/downloads/zarmstrong/fvtt-lightswitch/total?style=plastic) ![GitHub](https://img.shields.io/github/license/zarmstrong/fvtt-lightswitch?style=plastic) # LightSwitch This module allows players to trigger a macro that turns on and off lights (through the GM). diff --git a/module.json b/module.json index 48510ca..77ddedd 100644 --- a/module.json +++ b/module.json @@ -3,7 +3,7 @@ "title": "LightSwitch", "description": "A module that allows players to trigger lights through macros.", "author": "slate", - "version": "1.1.2", + "version": "1.1.3", "minimumCoreVersion": "0.7.6", "compatibleCoreVersion": "0.7.9", "scripts": [], @@ -20,7 +20,7 @@ "socket": true, "url": "https://github.com/zarmstrong/fvtt-lightswitch", "manifest": "https://raw.githubusercontent.com/zarmstrong/fvtt-lightswitch/main/module.json", - "download": "https://github.com/zarmstrong/fvtt-lightswitch/releases/download/LightSwitch-1.1.2/LightSwitch-1.1.2.zip", + "download": "https://github.com/zarmstrong/fvtt-lightswitch/releases/download/LightSwitch-1.1.3/LightSwitch-1.1.3.zip", "license": "MIT", "readme": "https://github.com/zarmstrong/fvtt-lightswitch", "bugs": "https://github.com/zarmstrong/fvtt-lightswitch/issues",