From 2ae3b9b3ae08b0c5b990ab4ee30739bab0bacddf Mon Sep 17 00:00:00 2001 From: ghost Date: Tue, 13 Jul 2021 12:11:41 +0000 Subject: [PATCH] release version 0.2.0 --- package.json | 2 +- src/module.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 9f8d7d8..623eb55 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "darkness-dependent-vision", - "version": "0.1.0", + "version": "0.2.0", "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 b11f1f1..16098e2 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.1.0", + "version": "0.2.0", "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.1.0/download?job=build", + "download": "https://git.f3l.de/ghost/darkness-dependent-vision/-/jobs/artifacts/0.2.0/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",