diff --git a/.bumpversion.toml b/.bumpversion.toml index 163b05e..666e6d0 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "0.4.14" +current_version = "0.5.0" commit = true tag = true diff --git a/manifest.v2.json b/manifest.v2.json index e112549..fec7331 100644 --- a/manifest.v2.json +++ b/manifest.v2.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Roll20: Grimório do Tormenta20", - "version": "0.4.14", + "version": "0.5.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 f0618dc..d6fb160 100644 --- a/manifest.v3.json +++ b/manifest.v3.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Roll20: Grimório do Tormenta20", - "version": "0.4.14", + "version": "0.5.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 df5b553..88e2302 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "roll20_tormenta20_grimoire", - "version": "0.4.14", + "version": "0.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "roll20_tormenta20_grimoire", - "version": "0.4.14", + "version": "0.5.0", "license": "MIT", "devDependencies": { "@babel/core": "^7.23.2", diff --git a/package.json b/package.json index c103422..5223a9f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "roll20_tormenta20_grimoire", - "version": "0.4.14", + "version": "0.5.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": {