diff --git a/.gitignore b/.gitignore index e09a007..5a4e1c9 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ data.json # Exclude macOS Finder (System Explorer) View States .DS_Store +package-lock.json diff --git a/manifest.json b/manifest.json index 9c982b2..5ea39a0 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { "id": "logos-refs", "name": "logos-refs", - "version": "1.0.3", + "version": "1.0.4", "minAppVersion": "0.15.0", - "description": "Easily link between Logos bible software and Obsidian", + "description": "Easily take refs from Logos and connect them within your notes", "author": "Joey Kilgore", "authorUrl": "https://github.com/joey-kilgore", "fundingUrl": "https://github.com/sponsors/joey-kilgore",