Skip to content
This repository was archived by the owner on Jan 19, 2021. It is now read-only.

Commit 8f635d8

Browse files
committed
Fix manifest version
1 parent 8daf61a commit 8f635d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/manifest-chromium.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"manifest_version": 2,
44
"name": "Browserpass OTP",
55
"description": "OTP extension for browserpass",
6-
"version": "0.1.0-dev",
6+
"version": "0.1.0",
77
"author": "Maxim Baz <[email protected]>, Steve Gilberd <[email protected]>",
88
"homepage_url": "https://github.com/browserpass/browserpass-otp",
99
"background": {

src/manifest-firefox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "Browserpass OTP",
44
"description": "OTP extension for browserpass",
5-
"version": "0.1.0-dev",
5+
"version": "0.1.0",
66
"author": "Maxim Baz <[email protected]>, Steve Gilberd <[email protected]>",
77
"homepage_url": "https://github.com/browserpass/browserpass-otp",
88
"background": {

0 commit comments

Comments
 (0)