Skip to content

Commit 23d6b44

Browse files
committed
bump version
1 parent 1c46684 commit 23d6b44

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ext/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"description": "Masterpassword (see masterpasswordapp.com) as an extension for Firefox",
1010
"author": "Torbjorn Tyridal (ttyridal)",
1111
"license": "GPLv3",
12-
"version": "2.1.0b3",
12+
"version": "2.1.0b4",
1313
"icon": "webextension/icons/icon32.png",
1414
"icon64": "webextension/icons/icon64.png",
1515
"permissions": {"private-browsing": true, "multiprocess": true},

ext/webextension/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "MasterPassword for Firefox",
3-
"version": "2.1.0b3",
3+
"version": "2.1.0b4",
44
"manifest_version": 2,
55
"description": "Remember your MasterPassword, and this app will generate unique passwords for every other site you visit",
66
"author": "Torbjorn Tyridal (ttyridal)",

ext/webextension/src/options/releasenote.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</head>
99
<body>
1010
<header class="banner valign_mid container">
11-
<div class="valign_mid"><img src="/icons/icon48.png"><h1>MasterPassword Release 2.1.0</h1></div>
11+
<div class="valign_mid"><img src="/icons/icon48.png"><h1>MasterPassword Release 2.1.0b4</h1></div>
1212
</header>
1313
<main>
1414
<p>Thank you for using MasterPassword for Firefox! The easiest way to handle site-unique password on the web.

0 commit comments

Comments
 (0)