diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-09-10 18:07:38 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-09-10 18:07:38 +0900 |
| commit | c6e69ffae479a986d09f70001d09dfd35a89615c (patch) | |
| tree | f4fba8a86421066203d201f180cda40509076ebe | |
| parent | サロゲートペアを字数にカウントしないようにする (#2661) (diff) | |
| download | sharkey-c6e69ffae479a986d09f70001d09dfd35a89615c.tar.gz sharkey-c6e69ffae479a986d09f70001d09dfd35a89615c.tar.bz2 sharkey-c6e69ffae479a986d09f70001d09dfd35a89615c.zip | |
8.34.3
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index c8f8718439..6c24ae56a6 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "misskey", "author": "syuilo <i@syuilo.com>", - "version": "8.34.2", - "clientVersion": "1.0.9567", + "version": "8.34.3", + "clientVersion": "1.0.9572", "codename": "nighthike", "main": "./built/index.js", "private": true, |