diff --git a/manifest.json b/manifest.json index a443856..0738da9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "prettier", "name": "Prettier", - "version": "1.0.0", + "version": "1.0.1", "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 fcc9441..367ade4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-plugin-prettier", - "version": "1.0.0", + "version": "1.0.1", "description": "Format your notes with Prettier and custom formatting options.", "main": "dist/main.js", "scripts": {