Skip to content

Commit

Permalink
New version 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
parasharrajat committed Aug 21, 2022
1 parent dd90f17 commit 136231b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "__MSG_appName__",
"short_name": "__MSG_appShortName__",
"description": "__MSG_appDescription__",
"version": "1.3.1",
"version": "1.3.2",
"manifest_version": 2,
"default_locale": "en",
"author": "Rajat Parashar",
Expand Down
2 changes: 1 addition & 1 deletion 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": "expensify-contributor-plus",
"version": "1.3.1",
"version": "1.3.2",
"description": "Browser extension for Expensify Contributor Plus. It comes handy in many ways to ease the life of C+.",
"scripts": {
"dev": "webextension-toolbox dev",
Expand Down
6 changes: 5 additions & 1 deletion update_manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@
{
"version": "v1.3.1",
"update_link": "https://github.com/parasharrajat/Expensify-CPlus/releases/download/v1.3.1/expensify-contributor-plus.v1.3.1.firefox.xpi.zip"
},
{
"version": "1.3.2",
"update_link": "https://github.com/parasharrajat/Expensify-CPlus/releases/download/1.3.2/expensify-contributor-plus.1.3.2.firefox.xpi.zip"
}
]
}
}
}
}

0 comments on commit 136231b

Please sign in to comment.