From 983342bd0f7b3c4c57c80bc5611ddc7730f7806d Mon Sep 17 00:00:00 2001 From: ghost Date: Tue, 1 Feb 2022 12:49:57 +0000 Subject: [PATCH] chore(release): 0.3.3 --- module.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/module.json b/module.json index 201f72b..f6999b7 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "name": "darkness-dependent-vision", "title": "Darkness Dependent Vision", "description": "A module for Foundry Virtual Tabletop that provides functionality to make the dim and bright vision of tokens depend on the scene's darkness level.", - "version": "0.3.2", + "version": "0.3.3", "author": "Johannes Loher", "authors": [ { @@ -27,9 +27,9 @@ ], "url": "https://git.f3l.de/ghost/darkness-dependent-vision", "manifest": "https://git.f3l.de/api/v4/projects/ghost%2Fdarkness-dependent-vision/packages/generic/darkness-dependent-vision/latest/module.json", - "download": "https://git.f3l.de/ghost/darkness-dependent-vision/-/releases/0.3.2/downloads/darkness-dependent-vision.zip", + "download": "https://git.f3l.de/ghost/darkness-dependent-vision/-/releases/0.3.3/downloads/darkness-dependent-vision.zip", "bugs": "https://git.f3l.de/ghost/darkness-dependent-vision/-/issues", - "changelog": "https://git.f3l.de/ghost/darkness-dependent-vision/-/releases/0.3.2", + "changelog": "https://git.f3l.de/ghost/darkness-dependent-vision/-/releases/0.3.3", "readme": "./README.md", "license": "./LICENSE.md" } diff --git a/package.json b/package.json index 4057197..174e1db 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "darkness-dependent-vision", - "version": "0.3.2", + "version": "0.3.3", "description": "A module for Foundry Virtual Tabletop that provides functionality to make the dim and bright vision of tokens depend on the scene's darkness level.", "license": "https://git.f3l.de/ghost/darkness-dependent-vision#licensing", "homepage": "https://git.f3l.de/ghost/darkness-dependent-vision",