Skip to content

Commit

Permalink
resetting install.rdf for Zotero 6
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnmjones committed Mar 20, 2022
1 parent f4304ac commit 2217df0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors:
given-names: "Martin"
orcid: "https://orcid.org/0000-0003-0130-2097"
title: "Zotero Robust Links Extension: Create Robust Links from within Zotero"
version: 2.0.0-20210419153723
version: 2.0.0-20220320145937
date-released: 2021-06-28
url: "https://github.com/lanl/Zotero-Robust-Links-Extension"
license-url: "https://github.com/lanl/Zotero-Robust-Links-Extension/blob/main/LICENSE"
6 changes: 3 additions & 3 deletions 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="zotero-robustlinks@mementoweb.org"
em:name="Zotero Robust Links"
em:version="2.0.0-20210419153723"
em:version="2.0.0-20220320145937"
em:type="2"
em:creator="Shawn M. Jones"
em:description="Plugin for Robustifying links to web resources."
Expand All @@ -21,15 +21,15 @@
<!-- Zotero -->
<em:id>zotero@chnm.gmu.edu</em:id>
<em:minVersion>5.0</em:minVersion>
<em:maxVersion>5.*</em:maxVersion>
<em:maxVersion>6.*</em:maxVersion>
</Description>
</em:targetApplication>
<em:targetApplication>
<Description>
<!-- Juris-M Word for Windows Zotero Integration -->
<em:id>juris-m@juris-m.github.io</em:id>
<em:minVersion>5.0</em:minVersion>
<em:maxVersion>5.*</em:maxVersion>
<em:maxVersion>6.*</em:maxVersion>
</Description>
</em:targetApplication>
</RDF:Description>
Expand Down
4 changes: 3 additions & 1 deletion raiseversion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@
datenow=`date '+%Y%m%d%H%M%S'`

sed "s/em:version=\"2.0.0-[0-9.]*\"/em:version=\"2.0.0-$datenow\"/g" install.rdf > install.rdf-new
mv install.rdf-new install.rdf
sed "s/version: 2.0.0-[0-9]*/version: 2.0.0-$datenow/g" CITATION.cff > CITATION.cff-new
mv install.rdf-new install.rdf
mv CITATION.cff-new CITATION.cff

0 comments on commit 2217df0

Please sign in to comment.