diff --git a/package.json b/package.json index 0515313..9f8d7d8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "darkness-dependent-vision", - "version": "0.0.1", + "version": "0.1.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 5e4122a..2361a45 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.0.1", + "version": "0.1.0", "author": "Johannes Loher", "authors": [ { @@ -22,7 +22,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.0.1/download?job=build", + "download": "https://git.f3l.de/ghost/darkness-dependent-vision/-/jobs/artifacts/0.1.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",