diff --git a/CHANGELOG.md b/CHANGELOG.md index 730f4610..e7691af4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.2.1](https://github.com/ghost-fvtt/foreground-drawings/compare/v0.2.0...v0.2.1) (2022-02-01) + ## [0.2.0](https://github.com/ghost-fvtt/foreground-drawings/compare/v0.1.4...v0.2.0) (2021-12-28) diff --git a/module.json b/module.json index 1e3ecd33..ff0908e6 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "name": "foreground-drawings", "title": "Foreground Drawings", "description": "A module for Foundry Virtual Tabletop that allows users to create drawings in the foreground while keeping the ability to also draw in the background.", - "version": "0.2.0", + "version": "0.2.1", "authors": [ { "name": "Johannes Loher", @@ -28,7 +28,7 @@ ], "url": "https://github.com/ghost-fvtt/foreground-drawings", "manifest": "https://github.com/ghost-fvtt/foreground-drawings/releases/latest/download/module.json", - "download": "https://github.com/ghost-fvtt/foreground-drawings/releases/download/v0.2.0/module.zip", + "download": "https://github.com/ghost-fvtt/foreground-drawings/releases/download/v0.2.1/module.zip", "bugs": "https://github.com/ghost-fvtt/foreground-drawings/issues", "readme": "./README.md", "license": "./LICENSE.md", diff --git a/package-lock.json b/package-lock.json index 72b22f5d..5c6bc05b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "foreground-drawings", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 512d15d4..3c3a8743 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "foreground-drawings", - "version": "0.2.0", + "version": "0.2.1", "description": "A module for Foundry Virtual Tabletop that allows users to create drawings in the foreground while keeping the ability to also draw in the background.", "license": "MIT", "homepage": "https://github.com/ghost-fvtt/foreground-drawings",