Skip to content

Commit 95fcb9d

Browse files
authored
chore: bump version in manifest.json (#9)
* fix(manifest): remove alarms permissions since not used We are currently importing the alarms permission but its not used. This was reported by the chrome app review team. fixes #7 Signed-off-by: slayerjain <[email protected]> * chore: bump version in manifest.json Signed-off-by: slayerjain <[email protected]> Signed-off-by: slayerjain <[email protected]>
1 parent cc124e0 commit 95fcb9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"short_name": "K-Plugin",
44
"description": "Selenium extension to automatically record and mock the backend calls using Keploy for testing. This requires keploy server running.",
55
"homepage_url": "https://keploy.io/",
6-
"version": "0.1.3",
7-
"version_name": "0.1.3",
6+
"version": "0.1.4",
7+
"version_name": "0.1.4",
88
"default_locale": "en",
99
"minimum_chrome_version": "88",
1010
"icons": {

0 commit comments

Comments
 (0)