change plugin description a little bit

This commit is contained in:
vrabe 2025-06-19 03:57:37 +08:00
parent f5f8f50e34
commit 6aab1d1359
No known key found for this signature in database
GPG key ID: 6A5083B90DD60877
3 changed files with 5 additions and 4 deletions

View file

@ -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

View file

@ -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",

View file

@ -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"
}