Skip to content

Commit

Permalink
Bump version: 0.4.0 → 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pyanderson committed Oct 29, 2023
1 parent aca5528 commit 317ac3d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "0.4.0"
current_version = "0.4.1"
commit = true
tag = true

Expand Down
2 changes: 1 addition & 1 deletion chrome/manifest.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion firefox/manifest.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]",
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 317ac3d

Please sign in to comment.