Skip to content

Commit

Permalink
Bump v0.5.5 (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic-DallOsto authored Mar 19, 2023
1 parent 4d10f91 commit 7722a1b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ to have Zotero run the plugin directly from the `dist` directory.
2. Update version number in:
- `/package.json`
- `/static/install.rdf`
- **Note:** Choose the correct update script in `em:updateURL` depending on beta/full release
3. Update `version` and `updateLink`s in `/update.rdf` or `./update-beta.rdf` (for the beta release).
4. Run `git clean -xdf` to remove untracked files, including `/dist` and `/node_modules`.
5. Run `npm install`. This will also update `/package-lock.json` with the new version.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zotero-cita",
"version": "0.5.5-beta",
"version": "0.5.5",
"description": "Cita: a Wikidata addon for Zotero",
"scripts": {
"postinstall": "patch-package",
Expand Down
4 changes: 2 additions & 2 deletions static/install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<em:id>[email protected]</em:id>
<em:name>Cita</em:name>
<em:description>Citations metadata support for Zotero</em:description>
<em:version>0.5.5-beta</em:version>
<em:version>0.5.5</em:version>
<em:multiprocessCompatible>true</em:multiprocessCompatible>
<em:updateURL>https://raw.githubusercontent.com/diegodlh/zotero-cita/master/update-beta.rdf</em:updateURL>
<em:updateURL>https://raw.githubusercontent.com/diegodlh/zotero-cita/master/update.rdf</em:updateURL>

<em:localized>
<Description>
Expand Down
6 changes: 3 additions & 3 deletions update.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<rdf:Seq>
<rdf:li>
<rdf:Description>
<em:version>0.4.0</em:version>
<em:version>0.5.5</em:version>
<em:targetApplication>
<rdf:Description>
<em:id>[email protected]</em:id>
<em:minVersion>3.0b1</em:minVersion>
<em:maxVersion>*</em:maxVersion>
<em:updateLink>https://github.com/diegodlh/zotero-cita/releases/download/v0.4.0/zotero-cita-v0.4.0.xpi</em:updateLink>
<em:updateLink>https://github.com/diegodlh/zotero-cita/releases/download/v0.5.5/zotero-cita-v0.5.5.xpi</em:updateLink>
</rdf:Description>
</em:targetApplication>

Expand All @@ -21,7 +21,7 @@
<em:id>[email protected]</em:id>
<em:minVersion>4.0</em:minVersion>
<em:maxVersion>*</em:maxVersion>
<em:updateLink>https://github.com/diegodlh/zotero-cita/releases/download/v0.4.0/zotero-cita-v0.4.0.xpi</em:updateLink>
<em:updateLink>https://github.com/diegodlh/zotero-cita/releases/download/v0.5.5/zotero-cita-v0.5.5.xpi</em:updateLink>
</rdf:Description>
</em:targetApplication>

Expand Down

0 comments on commit 7722a1b

Please sign in to comment.