From be1a24932fc0df3d6c502915876a495b6e3fa541 Mon Sep 17 00:00:00 2001 From: ghost Date: Tue, 26 Oct 2021 21:45:20 +0000 Subject: [PATCH] release version 0.2.1 --- package.json | 2 +- src/module.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c82ea51..a1f44fb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "darkness-dependent-vision", - "version": "0.2.0", + "version": "0.2.1", "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", diff --git a/src/module.json b/src/module.json index 16098e2..a759600 100644 --- a/src/module.json +++ b/src/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.2.0", + "version": "0.2.1", "author": "Johannes Loher", "authors": [ { @@ -27,7 +27,7 @@ ], "url": "https://git.f3l.de/ghost/darkness-dependent-vision", "manifest": "https://git.f3l.de/ghost/darkness-dependent-vision/-/raw/latest/src/module.json?inline=false", - "download": "https://git.f3l.de/ghost/darkness-dependent-vision/-/jobs/artifacts/0.2.0/download?job=build", + "download": "https://git.f3l.de/ghost/darkness-dependent-vision/-/jobs/artifacts/0.2.1/download?job=build", "license": "https://git.f3l.de/ghost/darkness-dependent-vision#licensing", "readme": "https://git.f3l.de/ghost/darkness-dependent-vision/-/blob/master/README.md", "bugs": "https://git.f3l.de/ghost/darkness-dependent-vision/-/issues",