Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Maier committed Apr 30, 2019
1 parent 055e827 commit 3619cfc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
RDF:about="urn:mozilla:install-manifest"
em:id="zoteroswissbibbblocations@ubbe.org"
em:name="Zotero Swissbib Basel Bern Locations"
em:version="0.1.1"
em:version="0.1.2"
em:type="2"
em:creator="Denis Maier"
em:description="Zotero/Jurism-Plugin zur Bestandsabfrage im Swissbib Basel Bern"
Expand Down
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Makefile

VERSION = 0.1.1
VERSION = 0.1.2

build:
zip -r zotero-swissbib-bb-locations-$(VERSION).xpi chrome/* chrome.manifest install.rdf options.xul
8 changes: 4 additions & 4 deletions update.rdf
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
<?xml version="1.0" encoding="utf-8" ?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#">
<rdf:Description rdf:about="urn:mozilla:extension:zoteroshortdoi@wiernik.org">
<rdf:Description rdf:about="urn:mozilla:extension:zoteroswissbibbblocations@ubbe.org">
<em:updates>
<rdf:Seq>
<rdf:li>
<rdf:Description>
<em:version>0.1.1</em:version>
<em:version>0.1.2</em:version>
<em:targetApplication>
<rdf:Description>
<em:id>zotero@chnm.gmu.edu</em:id>
<em:minVersion>5.0</em:minVersion>
<em:maxVersion>5.*</em:maxVersion>
<em:updateLink>https://github.com/UB-Bern/zotero-swissbib-bb-locations/releases/download/v0.1.1/zotero-swissbib-bb-locations-0.1.1.xpi</em:updateLink>
<em:updateLink>https://github.com/UB-Bern/zotero-swissbib-bb-locations/releases/download/v0.1.2/zotero-swissbib-bb-locations-0.1.2.xpi</em:updateLink>
</rdf:Description>
</em:targetApplication>
<em:targetApplication>
<rdf:Description>
<em:id>juris-m@juris-m.github.io</em:id>
<em:minVersion>5.0</em:minVersion>
<em:maxVersion>5.*</em:maxVersion>
<em:updateLink>https://github.com/UB-Bern/zotero-swissbib-bb-locations/releases/download/v0.1.1/zotero-swissbib-bb-locations-0.1.1.xpi</em:updateLink>
<em:updateLink>https://github.com/UB-Bern/zotero-swissbib-bb-locations/releases/download/v0.1.2/zotero-swissbib-bb-locations-0.1.2.xpi</em:updateLink>
</rdf:Description>
</em:targetApplication>
</rdf:Description>
Expand Down

0 comments on commit 3619cfc

Please sign in to comment.