Skip to content

Commit

Permalink
New version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
parasharrajat committed Aug 24, 2022
1 parent 73f6f85 commit fa56e99
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 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.3",
"version": "1.4.0",
"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.3",
"version": "1.4.0",
"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
4 changes: 4 additions & 0 deletions update_manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
{
"version": "1.3.3",
"update_link": "https://github.com/parasharrajat/Expensify-CPlus/releases/download/v1.3.3/expensify-contributor-plus.v1.3.3.firefox.xpi.zip"
},
{
"version": "1.4.0",
"update_link": "https://github.com/parasharrajat/Expensify-CPlus/releases/download/v1.4.0/expensify-contributor-plus.v1.4.0.firefox.xpi.zip"
}
]
}
Expand Down

0 comments on commit fa56e99

Please sign in to comment.