diff --git a/manifest.json b/manifest.json index ed8fafe..7a0ff92 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { "id": "cjk-count", "name": "CJK Count", - "version": "1.1.0", + "version": "1.1.1", "minAppVersion": "1.8.10", - "description": "A word count plugin that only counts Chinese, Japanese and Korean (CJK) characters.", + "description": "A word counter that only counts Chinese, Japanese and Korean (CJK) characters.", "author": "vrabe", "authorUrl": "https://vrabe.tw", "isDesktopOnly": true diff --git a/package.json b/package.json index d9626d8..ce78c55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-cjk-count", - "version": "1.1.0", + "version": "1.1.1", "description": "A word count Obsidian plugin that only counts Chinese, Japanese and Korean (CJK) characters.", "main": "main.js", "type": "module", diff --git a/versions.json b/versions.json index 4ef9620..5dd0432 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { "1.0.0": "1.8.10", - "1.1.0": "1.8.10" + "1.1.0": "1.8.10", + "1.1.1": "1.8.10" } \ No newline at end of file