zotero-plugin 2.0.26 → 2.0.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/install.rdf.pug CHANGED
@@ -25,9 +25,5 @@ RDF(xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.moz
25
25
  em:targetApplication
26
26
  Description
27
27
  em:id zotero@chnm.gmu.edu
28
- em:minVersion #{zotero || '5.0.79'}
29
- em:maxVersion 6.0.*
30
- Description
31
- em:id juris-m@juris-m.github.io
32
- em:minVersion #{jurism || '5.0.79'}
33
- em:maxVersion 6.0.*
28
+ em:minVersion #{zotero || '6.0.9'}
29
+ em:maxVersion 7.*
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zotero-plugin",
3
- "version": "2.0.26",
3
+ "version": "2.0.28",
4
4
  "description": "Zotero plugin builder",
5
5
  "homepage": "https://github.com/retorquere/zotero-plugin/wiki",
6
6
  "bin": {
package/rdf.js CHANGED
@@ -107,7 +107,7 @@ fs.writeFileSync(path.join(root_1.default, 'build/manifest.json'), JSON.stringif
107
107
  id: options_and_vars.id,
108
108
  update_url: options_and_vars.updateURL.replace('/update.rdf', '/updates.json'),
109
109
  strict_min_version: '6.999',
110
- strict_max_version: '7.0.*',
110
+ strict_max_version: '7.*',
111
111
  },
112
112
  },
113
113
  }, null, 2));