bumped version, readded backup rename

This commit is contained in:
maximstewart 2021-02-20 03:28:23 -06:00
parent 5adf3cbb66
commit 82db833f67
3 changed files with 4 additions and 4 deletions

View File

@ -4,8 +4,8 @@ Easy Session Manager allows you to manage your Firefox session by backing up or
# Download
https://addons.mozilla.org/en-US/firefox/addon/easy-session-manager/
# Version: 0.2.1.7
Added "Deselect All" button from @CRImier.
# Version: 0.2.2.9
* Added free session memory feature.
# Images

View File

@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": " Easy Session Manager",
"version": "0.2.2.7",
"version": "0.2.2.9",
"description": "Easy Session Manager allows you to manage your Firefox session by backing up or loading your saved sessions.",
"applications": {

View File

@ -25,7 +25,7 @@
<li><button name="freeSessionMeory" class="button-info" type="button">Free Memory</button></li>
<br/><br/>
<li><button name="import" class="button-primary" type="button">Import</button></li>
<li><button name="downloadModalLauncher" class="button-primary" type="button">Download</button></li>
<li><button name="downloadModalLauncher" class="button-primary" type="button">Backup</button></li>
<li><button name="donate" class="button-warning" type="button">Donate</button></li>
</ul>
</div>