Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gekmihesg committed Sep 20, 2017
1 parent e70cc8e commit cffd851
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
WARNING
=======

**Not supported any more!**
This addon heavily relies on legacy features, which will no longer be supported by Firefox 57+ and there doesn't seem to be a way to port the functionality to WebExtensions. There is a final, untested build which might still work with Firefox 56.

pass-manager
============

Expand Down
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ TARGET = ../[email protected]
all: xpi
xpi:
rm -f $(TARGET)
zip -r $(TARGET) chrome chrome.manifest components defaults install.rdf
zip -r $(TARGET) chrome.manifest components defaults install.rdf
6 changes: 3 additions & 3 deletions src/install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@
<em:id>[email protected]</em:id>
<em:name>pass-manager</em:name>
<em:description>Replace integrated password manager by zx2c4's pass</em:description>
<em:version>0.6.0</em:version>
<em:version>0.6.1</em:version>
<em:creator>Markus Weippert</em:creator>
<em:type>2</em:type>
<!-- Mozilla Firefox -->
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>25.*</em:minVersion>
<em:maxVersion>50.*</em:maxVersion>
<em:maxVersion>56.*</em:maxVersion>
</Description>
</em:targetApplication>
<!-- Mozilla Thunderbird -->
<em:targetApplication>
<Description>
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
<em:minVersion>25.*</em:minVersion>
<em:maxVersion>45.*</em:maxVersion>
<em:maxVersion>52.*</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
Expand Down

0 comments on commit cffd851

Please sign in to comment.