Skip to content

Commit

Permalink
Update version to 0.3.5 and configure Git settings
Browse files Browse the repository at this point in the history
  • Loading branch information
imigueldiaz committed Mar 28, 2024
1 parent 536a205 commit 1290db5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/firefox-addon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 1290db5

Please sign in to comment.