Skip to content

Commit

Permalink
Version 4
Browse files Browse the repository at this point in the history
  • Loading branch information
denismaier committed May 31, 2024
1 parent 39bd347 commit 5b2c62e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Publish release
run: |
git add src/install.rdf src/manifest.json update.rdf updates.json
git add src/install.rdf update.rdf updates.json # src/manifest.json
git commit -m "Release $version" 1>&2
git tag -a -m "Release $version" "$version"
Expand Down
2 changes: 1 addition & 1 deletion src/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="[email protected]"
em:name="Zotero Swisscovery UB Bern Locations"
em:version="3"
em:version="4"
em:type="2"
em:creator="Denis Maier"
em:description="Zotero/Jurism-Plugin zur Bestandsabfrage im Swisscovery UB Bern"
Expand Down

0 comments on commit 5b2c62e

Please sign in to comment.