diff manifest.json @ 16:a50ef39473b6 1.0.4

Fix plugin ID, bump version to 1.0.4
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 12 Mar 2022 12:04:05 -0800
parents 67468d40c903
children 6c168de105c0
line wrap: on
line diff
--- a/manifest.json	Mon Feb 28 22:15:29 2022 -0800
+++ b/manifest.json	Sat Mar 12 12:04:05 2022 -0800
@@ -1,7 +1,7 @@
 {
-	"id": "remember-file-state",
+	"id": "obsidian-remember-file-state",
 	"name": "Remember File State",
-	"version": "1.0.3",
+	"version": "1.0.4",
 	"minAppVersion": "0.13.17",
 	"description": "Remembers cursor position, selection, scrolling, and more for each file",
 	"author": "Ludovic Chabant",