diff --git a/manifest.json b/manifest.json index d023bf1..469172b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "KeepSidian", "name": "KeepSidian", - "version": "1.0.4", + "version": "1.0.5", "minAppVersion": "1.6.5", "description": "Sync Google Keep notes to Obsidian", "author": "lc0rp", diff --git a/package.json b/package.json index 102b54c..cf13d7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "keepsidian", - "version": "1.0.4", + "version": "1.0.5", "description": "Sync Google Keep notes to Obsidian", "main": "src/main.js", "scripts": { diff --git a/versions.json b/versions.json index 9f3f3e8..82ed2cb 100644 --- a/versions.json +++ b/versions.json @@ -3,5 +3,6 @@ "1.0.1": "1.6.5", "1.0.2": "1.6.5", "1.0.3": "1.6.5", - "1.0.4": "1.6.5" + "1.0.4": "1.6.5", + "1.0.5": "1.6.5" } \ No newline at end of file