Skip to content

Commit 19b4e6e

Browse files
committed
bump version for release
1 parent b8cdf6a commit 19b4e6e

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

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.2.1b2",
3+
"version": "2.3.0",
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: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,21 @@
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.2.1b2</h1></div>
11+
<div class="valign_mid"><img src="/icons/icon48.png"><h1>MasterPassword Release 2.3.0</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.
1515
If you want to understand what this is all about, please see <a href="http://masterpasswordapp.com/">here</a>.
1616

17-
<p>
17+
<p style="display:none">
1818
You've chosen to install a beta release of this addon. Thank you for beeing an early adopter! If you find
1919
any bugs or missing features, please report them on the <a href="https://github.com/ttyridal/masterpassword-firefox/issues" target="_blank">issue tracker</a>.
20-
<p style="display:none">
20+
<p>
2121
If you have any issues with with addon, please report them on the <a href="https://github.com/ttyridal/masterpassword-firefox/issues" target="_blank">issue tracker</a>.
2222

2323
<h3>Users of OS' key-vault</h3>
2424
<p>If you're using GNOME Keyring, KWallet, OSX Keychain or Windows Password Vault to store your master key, you'll need to
2525
download a separate helper app. Please refer to <a href="https://github.com/ttyridal/masterpassword-firefox/wiki/Webextensions" target="_blank">the wiki</a> for further information.
26-
<h3>Changes since v2.2.1b1</h3>
27-
<ul>
28-
<li>Fix .mpsites import when starting from a fresh install
29-
<li>Fix default config when starting from a fresh install
30-
</ul>
3126
<h3>Changes since v2.2.0</h3>
3227
<ul>
3328
<li>Pure webextension: built without legacy sdk shim and thus supporting Firefox 57 and beyond.

0 commit comments

Comments
 (0)