Skip to content

Commit 70b1e86

Browse files
committed
Release 0.1.0
1 parent 46a52bb commit 70b1e86

File tree

4 files changed

+20
-7
lines changed

4 files changed

+20
-7
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "markdb-connect",
3-
"version": "0.1.0-rc.7",
3+
"version": "0.1.0",
44
"description": "Zotero plugin that links your Markdown database to Zotero.",
55
"author": "Dae Houlihan <dev@daeh.info> (https://daeh.info)",
66
"license": "MIT",

update-beta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"daeda@mit.edu": {
44
"updates": [
55
{
6-
"version": "0.1.0-rc.7",
7-
"update_link": "https://github.com/daeh/zotero-markdb-connect/releases/download/v0.1.0-rc.7/markdb-connect-0.1.0-rc.7.xpi",
6+
"version": "0.1.0",
7+
"update_link": "https://github.com/daeh/zotero-markdb-connect/releases/latest/download/markdb-connect-0.1.0.xpi",
88
"applications": {
99
"zotero": {
1010
"strict_min_version": "6.999"

update.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"daeda@mit.edu": {
44
"updates": [
55
{
6-
"version": "0.1.0-rc.6",
7-
"update_link": "https://github.com/daeh/zotero-markdb-connect/releases/download/v0.1.0-rc.6/markdb-connect-0.1.0-rc.6.xpi",
6+
"version": "0.1.0",
7+
"update_link": "https://github.com/daeh/zotero-markdb-connect/releases/latest/download/markdb-connect-0.1.0.xpi",
88
"applications": {
99
"zotero": {
1010
"strict_min_version": "6.999"
@@ -22,6 +22,19 @@
2222
}
2323
}
2424
]
25+
},
26+
"dev@daeh.info": {
27+
"updates": [
28+
{
29+
"version": "0.1.0-rc.5",
30+
"update_link": "https://github.com/daeh/zotero-markdb-connect/releases/download/v0.1.0-rc.5/markdb-connect-0.1.0-rc.5.xpi",
31+
"applications": {
32+
"zotero": {
33+
"strict_min_version": "6.999"
34+
}
35+
}
36+
}
37+
]
2538
}
2639
}
2740
}

0 commit comments

Comments
 (0)