diff --git a/app/manifest.json b/app/manifest.json index 7854a53..f66c929 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -2,7 +2,7 @@ "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDescription__", - "version": "1.5.0", + "version": "1.5.1", "manifest_version": 2, "default_locale": "en", "author": "Rajat Parashar", diff --git a/package-lock.json b/package-lock.json index 8af69d5..67638bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "expensify-contributor-plus", - "version": "1.5.0", + "version": "1.5.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f72b451..135d5f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "expensify-contributor-plus", - "version": "1.5.0", + "version": "1.5.1", "description": "Browser extension for Expensify Contributor Plus. It comes handy in many ways to ease the life of C+.", "scripts": { "dev": "webextension-toolbox dev", diff --git a/update_manifest.json b/update_manifest.json index bbbab3e..8eec8f6 100644 --- a/update_manifest.json +++ b/update_manifest.json @@ -9,8 +9,12 @@ { "version": "1.5.0", "update_link": "https://github.com/parasharrajat/Expensify-CPlus/releases/download/v1.5.0/expensifycplus-1.5.0.xpi" + }, + { + "version": "1.5.1", + "update_link": "https://github.com/parasharrajat/Expensify-CPlus/releases/download/v1.5.1/expensifycplus-1.5.1.xpi" } ] } } -} +} \ No newline at end of file