Increase version

This commit is contained in:
Sebastian Sauer 2023-07-31 21:53:34 +02:00
parent 991b7e6c0a
commit cedc378fdf
2 changed files with 2 additions and 2 deletions

@ -1,6 +1,6 @@
{
"name": "gitea conventional comments buttons",
"version": "0.0.2",
"version": "0.0.3",
"manifest_version": 3,
"description": "__MSG_description__",
"homepage_url": "https://github.com/sebastian-sauer/gitea-conventional-comments-button",

@ -4,7 +4,7 @@
"description": "An extension to quickly add conventional comments",
"main": "index.js",
"scripts": {
"build:ff": "web-ext build --ignore-files *.gif",
"build:ff": "web-ext build --ignore-files *.gif --overwrite-dest",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint src/**/*.js && web-ext lint",
"lint_fix": "eslint --fix src/**/*.js"