Skip to content

Commit

Permalink
chore: release obsidian plugin v1.1.0-beta.15
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenlx committed Oct 4, 2023
1 parent a1a4c0e commit 49449da
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/obsidian/manifest-beta.json
@@ -1,7 +1,7 @@
{
"id": "zotlit",
"name": "ZotLit",
"version": "1.1.0-beta.14",
"version": "1.1.0-beta.15",
"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.0-beta.14",
"version": "1.1.0-beta.15",
"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 @@ -27,5 +27,6 @@
"1.1.0-beta.11": "1.4.4",
"1.1.0-beta.12": "1.4.4",
"1.1.0-beta.13": "1.4.4",
"1.1.0-beta.14": "1.4.4"
"1.1.0-beta.14": "1.4.4",
"1.1.0-beta.15": "1.4.4"
}
2 changes: 1 addition & 1 deletion manifest-beta.json
@@ -1,7 +1,7 @@
{
"id": "zotlit",
"name": "ZotLit",
"version": "1.1.0-beta.14",
"version": "1.1.0-beta.15",
"minAppVersion": "1.4.4",
"versions": {
"better-sqlite3": "8.0.1-mod.1"
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Expand Up @@ -27,5 +27,6 @@
"1.1.0-beta.11": "1.4.4",
"1.1.0-beta.12": "1.4.4",
"1.1.0-beta.13": "1.4.4",
"1.1.0-beta.14": "1.4.4"
"1.1.0-beta.14": "1.4.4",
"1.1.0-beta.15": "1.4.4"
}

0 comments on commit 49449da

Please sign in to comment.