mirror of
https://github.com/vrabe/obsidian-cjk-count.git
synced 2026-07-22 05:49:45 +00:00
change plugin description a little bit
This commit is contained in:
parent
f5f8f50e34
commit
6aab1d1359
3 changed files with 5 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
Loading…
Reference in a new issue