diff --git a/.bumpversion.toml b/.bumpversion.toml index 4245402..116bd96 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "0.7.1" +current_version = "0.7.2" commit = true tag = true diff --git a/manifest.v2.json b/manifest.v2.json index fef6f9c..7d538a3 100644 --- a/manifest.v2.json +++ b/manifest.v2.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Roll20: Grimório do Tormenta20", - "version": "0.7.1", + "version": "0.7.2", "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 f629f44..063ba9d 100644 --- a/manifest.v3.json +++ b/manifest.v3.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Roll20: Grimório do Tormenta20", - "version": "0.7.1", + "version": "0.7.2", "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 e72928a..77aaeb0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "roll20_tormenta20_grimoire", - "version": "0.7.1", + "version": "0.7.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "roll20_tormenta20_grimoire", - "version": "0.7.1", + "version": "0.7.2", "license": "MIT", "devDependencies": { "@babel/core": "^7.23.2", @@ -6107,7 +6107,7 @@ } }, "node_modules/regjsparser/node_modules/jsesc": { - "version": "0.7.1", + "version": "0.7.2", "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 fff7aea..23417e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "roll20_tormenta20_grimoire", - "version": "0.7.1", + "version": "0.7.2", "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": {