Skip to content

Commit d59fea6

Browse files
committed
3.0.8
1 parent 07bba3b commit d59fea6

File tree

4 files changed

+22
-19
lines changed

4 files changed

+22
-19
lines changed

manifest.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
{
2-
"id": "obsidian-zotero-desktop-connector",
3-
"name": "Zotero Integration",
4-
"version": "3.0.7",
5-
"minAppVersion": "1.1.1",
6-
"description": "Insert and import citations, bibliographies, notes, and PDF annotations from Zotero.",
7-
"author": "mgmeyers",
8-
"authorUrl": "https://github.com/mgmeyers/obsidian-zotero-integration",
9-
"isDesktopOnly": true
10-
}
1+
{
2+
"id": "obsidian-zotero-desktop-connector",
3+
"name": "Zotero Integration",
4+
"version": "3.0.8",
5+
"minAppVersion": "1.1.1",
6+
"description": "Insert and import citations, bibliographies, notes, and PDF annotations from Zotero.",
7+
"author": "mgmeyers",
8+
"authorUrl": "https://github.com/mgmeyers/obsidian-zotero-integration",
9+
"isDesktopOnly": true
10+
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-sample-plugin",
3-
"version": "3.0.7",
3+
"version": "3.0.8",
44
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
55
"main": "main.js",
66
"scripts": {

release-notes.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
07bba3b Ensure data explorer updates when template and template data change

versions.json

+10-8
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
{
2-
"2.3.7": "1.1.1",
3-
"2.3.6": "0.14.0",
4-
"2.2.0": "0.14.0",
5-
"2.1.16": "0.12.0",
6-
"1.0.1": "0.9.12",
7-
"1.0.0": "0.9.7"
8-
}
1+
{
2+
"1.0.0": "0.9.7",
3+
"1.0.1": "0.9.12",
4+
"2.1.16": "0.12.0",
5+
"2.2.0": "0.14.0",
6+
"2.3.6": "0.14.0",
7+
"2.3.7": "1.1.1",
8+
"3.0.7": "1.1.1",
9+
"3.0.8": "1.1.1"
10+
}

0 commit comments

Comments
 (0)