diff --git a/dist/manifest.json b/dist/manifest.json index 30576e7..ac65648 100644 --- a/dist/manifest.json +++ b/dist/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-zhongwen-block", "name": "Zhongwen Block", - "version": "0.3.0", + "version": "0.2.0", "minAppVersion": "0.15.0", "description": "Provides code blocks with features for Chinese learners", "author": "Kodai Matsumoto", diff --git a/package.json b/package.json index e250d51..d7bcd7c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": "true", "name": "@0918nobita/obsidian-zhongwen-block", - "version": "0.3.0", + "version": "0.2.0", "description": "An Obsidian plugin which provides code blocks with features for Chinese learners", "scripts": { "build": "vite build",