Skip to content

Commit

Permalink
chore: release obsidian plugin v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenlx committed Mar 27, 2023
1 parent 35fc432 commit 42d2381
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/obsidian/manifest-beta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-zotero-plugin",
"name": "Zotero Plugin",
"version": "1.0.0",
"version": "1.0.1",
"minAppVersion": "1.1.9",
"versions": {
"better-sqlite3": "8.0.1-mod.1"
Expand Down
2 changes: 1 addition & 1 deletion app/obsidian/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-zotero-plugin",
"name": "Zotero Plugin",
"version": "1.0.0",
"version": "1.0.1",
"minAppVersion": "1.1.9",
"versions": {
"better-sqlite3": "8.0.1-mod.1"
Expand Down
2 changes: 1 addition & 1 deletion app/obsidian/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-zotero-plugin",
"version": "1.0.0",
"version": "1.0.1",
"description": "Obsidian.md plugin to integrate with Zotero, create literature notes and insert citations from a Zotero library.",
"scripts": {
"dev": "cross-env BUILD=development node esbuild.config.mjs",
Expand Down
3 changes: 2 additions & 1 deletion app/obsidian/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"0.3.1": "0.16.0",
"0.4.0": "0.16.0",
"1.0.0-beta.0": "0.16.0",
"1.0.0": "1.1.9"
"1.0.0": "1.1.9",
"1.0.1": "1.1.9"
}
2 changes: 1 addition & 1 deletion manifest-beta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-zotero-plugin",
"name": "Zotero Plugin",
"version": "1.0.0",
"version": "1.0.1",
"minAppVersion": "1.1.9",
"versions": {
"better-sqlite3": "8.0.1-mod.1"
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-zotero-plugin",
"name": "Zotero Plugin",
"version": "1.0.0",
"version": "1.0.1",
"minAppVersion": "1.1.9",
"versions": {
"better-sqlite3": "8.0.1-mod.1"
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"0.3.1": "0.16.0",
"0.4.0": "0.16.0",
"1.0.0-beta.0": "0.16.0",
"1.0.0": "1.1.9"
"1.0.0": "1.1.9",
"1.0.1": "1.1.9"
}

1 comment on commit 42d2381

@vercel
Copy link

@vercel vercel bot commented on 42d2381 Mar 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.