Skip to content

Commit

Permalink
Merge pull request #3 from cleidigh/version-fix1
Browse files Browse the repository at this point in the history
Version fix1 - again
  • Loading branch information
cleidigh authored Feb 8, 2019
2 parents b490096 + 1b191ef commit fac034c
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 10 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
0.8.10 - Last version by Philoux - Compatible with Thunderbird 17.0-31.*
0.8.11 - disable throwaway
0.8.12 - Updated by cleidigh for TB60 - TB65 (legacy w manifest)
0.8.14 - Update version to fix mismatch , translation placeholders
0.8.14 - Update version to fix mismatch , translation placeholders
0.8.15 - Fix version mismatch again
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Updated ! works with TB60 - TB65
This add-on is the original work of Philoux and with his permission I will be updating
the code for compatibility going forward and possible improvements.

![localfolder_version](https://img.shields.io/badge/version-v0.8.14-darkorange.png?label=Localfolder)
![localfolder_tb_version](https://img.shields.io/badge/version-v0.8.14-blue.png?label=Thunderbird%20Add-On)
![localfolder_version](https://img.shields.io/badge/version-v0.8.15-darkorange.png?label=Localfolder)
![localfolder_tb_version](https://img.shields.io/badge/version-v0.8.15-blue.png?label=Thunderbird%20Add-On)
![Thunderbird_version](https://img.shields.io/badge/version-v60.0_--_65.*-blue.png?label=Thunderbird)
[![License: GPL v2](https://img.shields.io/badge/License-MPL,%20GPL%20v2-red.png)](src/LICENSE)
#
Expand Down
4 changes: 2 additions & 2 deletions scripts/build-60-65-xpi.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
call jpm xpi --dest-dir ./xpi --addon-dir ./src
call 7z d .\xpi\localfolder-0.8.14-tb.xpi bootstrap.js
call 7z a .\xpi\localfolder-0.8.14-tb.xpi .\src\manifest.json
call 7z d .\xpi\localfolder-0.8.15-tb.xpi bootstrap.js
call 7z a .\xpi\localfolder-0.8.15-tb.xpi .\src\manifest.json
4 changes: 2 additions & 2 deletions src/install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<em:id>localfolder@philoux.eu</em:id>
<em:type>2</em:type>
<em:name>LocalFolder</em:name>
<em:version>0.8.11</em:version>
<em:creator>Philoux</em:creator>
<em:version>0.8.15</em:version>
<em:creator>Philoux, Christopher</em:creator>
<em:author>cleidigh</em:author>
<em:translator>Alessandro Maestri - Marco Minetti (it-IT)</em:translator>
<em:translator>Mikael Hiort af Ornäs (sv-SE)</em:translator>
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "LocalFolder",
"version": "0.8.14",
"version": "0.8.15",
"description": "Adds Local Folders",
"author": "Philoux, Christopher Leidigh",
"applications": {
Expand Down
4 changes: 2 additions & 2 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "localfolder",
"name": "localfolder-0.8.14-tb",
"version": "0.8.14",
"name": "localfolder-0.8.15-tb",
"version": "0.8.15",
"description": "Add additional local folders",
"main": "./chrome/content/localfolder.js",
"author": "Philoux, Christopher Leidigh",
Expand Down
Binary file added xpi/localfolder-0.8.15-tb.xpi
Binary file not shown.

0 comments on commit fac034c

Please sign in to comment.