Skip to content

Commit

Permalink
chore: release obsidian plugin v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenlx committed Oct 30, 2023
1 parent d434c60 commit e74a791
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
@@ -1,7 +1,7 @@
{
"id": "zotlit",
"name": "ZotLit",
"version": "1.1.2",
"version": "1.1.3",
"minAppVersion": "1.4.4",
"versions": {
"better-sqlite3": "8.0.1-mod.1"
Expand Down
2 changes: 1 addition & 1 deletion app/obsidian/manifest.json
@@ -1,7 +1,7 @@
{
"id": "zotlit",
"name": "ZotLit",
"version": "1.1.2",
"version": "1.1.3",
"minAppVersion": "1.4.4",
"versions": {
"better-sqlite3": "8.0.1-mod.1"
Expand Down
2 changes: 1 addition & 1 deletion app/obsidian/package.json
@@ -1,6 +1,6 @@
{
"name": "zotlit",
"version": "1.1.2",
"version": "1.1.3",
"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
Expand Up @@ -31,5 +31,6 @@
"1.1.0-beta.15": "1.4.4",
"1.1.0": "1.4.4",
"1.1.1": "1.4.4",
"1.1.2": "1.4.4"
"1.1.2": "1.4.4",
"1.1.3": "1.4.4"
}
2 changes: 1 addition & 1 deletion manifest-beta.json
@@ -1,7 +1,7 @@
{
"id": "zotlit",
"name": "ZotLit",
"version": "1.1.2",
"version": "1.1.3",
"minAppVersion": "1.4.4",
"versions": {
"better-sqlite3": "8.0.1-mod.1"
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
@@ -1,7 +1,7 @@
{
"id": "zotlit",
"name": "ZotLit",
"version": "1.1.2",
"version": "1.1.3",
"minAppVersion": "1.4.4",
"versions": {
"better-sqlite3": "8.0.1-mod.1"
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Expand Up @@ -31,5 +31,6 @@
"1.1.0-beta.15": "1.4.4",
"1.1.0": "1.4.4",
"1.1.1": "1.4.4",
"1.1.2": "1.4.4"
"1.1.2": "1.4.4",
"1.1.3": "1.4.4"
}

0 comments on commit e74a791

Please sign in to comment.