diff --git a/manifest.json b/manifest.json index cc669df..f109d10 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "prettier", "name": "Prettier", - "version": "1.0.2", + "version": "1.0.3", "author": "GoodbyeNJN", "authorUrl": "https://github.com/GoodbyeNJN", "description": "Format your notes with Prettier and custom formatting options.", diff --git a/package.json b/package.json index 3a012d5..87f32d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-plugin-prettier", - "version": "1.0.2", + "version": "1.0.3", "description": "Format your notes with Prettier and custom formatting options.", "main": "dist/main.js", "scripts": {