From 8254aca67bd2ccbcba1c29119b8bfc8e9daf0412 Mon Sep 17 00:00:00 2001 From: Anderson Lima Date: Sun, 12 Nov 2023 15:19:08 -0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.0=20=E2=86=92=200.6.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.toml | 2 +- manifest.v2.json | 2 +- manifest.v3.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 666e6d0..fe454e1 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "0.5.0" +current_version = "0.6.0" commit = true tag = true diff --git a/manifest.v2.json b/manifest.v2.json index a058488..6b34bd5 100644 --- a/manifest.v2.json +++ b/manifest.v2.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Roll20: Grimório do Tormenta20", - "version": "0.5.0", + "version": "0.6.0", "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/manifest.v3.json b/manifest.v3.json index ef38807..b21e6a8 100644 --- a/manifest.v3.json +++ b/manifest.v3.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Roll20: Grimório do Tormenta20", - "version": "0.5.0", + "version": "0.6.0", "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 88e2302..52adb41 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "roll20_tormenta20_grimoire", - "version": "0.5.0", + "version": "0.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "roll20_tormenta20_grimoire", - "version": "0.5.0", + "version": "0.6.0", "license": "MIT", "devDependencies": { "@babel/core": "^7.23.2", @@ -6107,7 +6107,7 @@ } }, "node_modules/regjsparser/node_modules/jsesc": { - "version": "0.5.0", + "version": "0.6.0", "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==", "dev": true, diff --git a/package.json b/package.json index 9c44d6f..c015c3b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "roll20_tormenta20_grimoire", - "version": "0.5.0", + "version": "0.6.0", "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": {