diff --git a/manifest.json b/manifest.json index 9ed2c76..dcb5657 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "notekeeper", "name": "Notekeeper", - "version": "0.2.3", + "version": "0.2.4", "minAppVersion": "1.7.2", "description": "Browse your vault as a Google Keep-style masonry of cards. Quick capture, pin, color, archive, and filter notes by labels — sticky-note style.", "author": "Philemon Chiro", diff --git a/package.json b/package.json index cd28188..ec52810 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-notekeeper", - "version": "0.2.3", + "version": "0.2.4", "description": "Browse your vault as a Google Keep-style masonry of cards. Quick capture, pin, color, archive, and filter notes by labels.", "author": "Philemon Chiro", "license": "MIT", diff --git a/versions.json b/versions.json index 493b695..f2bf613 100644 --- a/versions.json +++ b/versions.json @@ -5,5 +5,6 @@ "0.2.0": "1.7.2", "0.2.1": "1.7.2", "0.2.2": "1.7.2", - "0.2.3": "1.7.2" + "0.2.3": "1.7.2", + "0.2.4": "1.7.2" }