From 0d6bc2c00b6c0a1de48bfa33247164b04d24cf9c Mon Sep 17 00:00:00 2001 From: GoodbyeNJN Date: Tue, 11 Jun 2024 22:11:58 +0800 Subject: [PATCH] chore: update version to 1.0.1 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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": {