diff --git a/manifest.json b/manifest.json index 3fe2aab..b6a0476 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "current-folder-notes-pamphlet", "name": "Current Folder Notes", - "version": "1.7.8", + "version": "1.7.9", "minAppVersion": "1.7.7", "description": "Shows a list of notes in the current folder, and allows you to filter the titles to include or exclude notes.", "author": "Pamela Wang", diff --git a/package-lock.json b/package-lock.json index 3fcb734..f2990f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-sample-plugin", - "version": "1.7.8", + "version": "1.7.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-sample-plugin", - "version": "1.7.8", + "version": "1.7.9", "license": "MIT", "devDependencies": { "@types/node": "^16.11.6", diff --git a/package.json b/package.json index bd960c6..b8e9fe1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-sample-plugin", - "version": "1.7.8", + "version": "1.7.9", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 88c739b..edd451b 100644 --- a/versions.json +++ b/versions.json @@ -21,5 +21,6 @@ "1.7.5": "1.7.7", "1.7.6": "1.7.7", "1.7.7": "1.7.7", - "1.7.8": "1.7.7" + "1.7.8": "1.7.7", + "1.7.9": "1.7.7" } \ No newline at end of file