diff --git a/.github/workflows/firefox-addon.yml b/.github/workflows/firefox-addon.yml index 1921848..b94dbd0 100644 --- a/.github/workflows/firefox-addon.yml +++ b/.github/workflows/firefox-addon.yml @@ -39,7 +39,7 @@ jobs: echo "::set-output name=version::$VERSION_PART" - name: Configure Git - run: + run: | git config --global user.email "imigueldiaz@gmail.com" git config --global user.name "Ignacio de Miguel Díaz" diff --git a/manifest.json b/manifest.json index 1bd7961..34f4610 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "__MSG_extensionName__", - "version": "0.3.4", + "version": "0.3.5", "description": "__MSG_extensionDescription__", "default_locale": "en", "permissions": [