From 317ac3d6db738b272939272b0b4e1cd74f8d1ac2 Mon Sep 17 00:00:00 2001 From: Anderson Lima Date: Sun, 29 Oct 2023 01:23:46 -0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.0=20=E2=86=92=200.4.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.toml | 2 +- chrome/manifest.json | 2 +- firefox/manifest.json | 2 +- package-lock.json | 6 +++--- package.json | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.bumpversion.toml b/.bumpversion.toml index 00f8105..738a063 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "0.4.0" +current_version = "0.4.1" commit = true tag = true diff --git a/chrome/manifest.json b/chrome/manifest.json index bdfa9aa..2a2fb35 100644 --- a/chrome/manifest.json +++ b/chrome/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Roll20: Grimório do Tormenta20", - "version": "0.4.0", + "version": "0.4.1", "short_name": "Roll20: T20", "description": "Escolha magias, habilidades e poderes na ficha! Consulte regras e equipamentos do T20 no Roll20.", "author": "roll20tormenta20@pyanderson.dev", diff --git a/firefox/manifest.json b/firefox/manifest.json index e4d8806..46b2187 100644 --- a/firefox/manifest.json +++ b/firefox/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Roll20: Grimório do Tormenta20", - "version": "0.4.0", + "version": "0.4.1", "short_name": "Roll20: T20", "description": "Escolha magias, habilidades e poderes na ficha! Consulte regras e equipamentos do T20 no Roll20.", "author": "roll20tormenta20@pyanderson.dev", diff --git a/package-lock.json b/package-lock.json index 479d6fa..ed1ca4a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "roll20_tormenta20_grimoire", - "version": "0.4.0", + "version": "0.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "roll20_tormenta20_grimoire", - "version": "0.4.0", + "version": "0.4.1", "license": "MIT", "devDependencies": { "eslint": "^8.52.0", @@ -3616,7 +3616,7 @@ "dev": true }, "node_modules/type-check": { - "version": "0.4.0", + "version": "0.4.1", "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", "dev": true, diff --git a/package.json b/package.json index 8c499f3..441fcc8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "roll20_tormenta20_grimoire", - "version": "0.4.0", + "version": "0.4.1", "description": "Extensão para Google Chrome e Firefox que personaliza fichas de Tormenta20 no Roll20 adicionando magias, habilidades e poderes.", "main": "src/index.js", "scripts": {