diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-06-17 11:42:23 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-06-17 11:42:23 +0900 |
| commit | 0460cdedd7a3c05915185547ea0996c09669fea6 (patch) | |
| tree | fb59c75ee1988790cf45b980a18a87a5fffdd3ab /package.json | |
| parent | 4.1.0 (diff) | |
| download | sharkey-0460cdedd7a3c05915185547ea0996c09669fea6.tar.gz sharkey-0460cdedd7a3c05915185547ea0996c09669fea6.tar.bz2 sharkey-0460cdedd7a3c05915185547ea0996c09669fea6.zip | |
inputのsuffixがはみ出す問題を修正
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index a5aceeef81..9cbbab1984 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "misskey", "author": "syuilo <i@syuilo.com>", - "version": "4.1.0", - "clientVersion": "1.0.6535", + "version": "4.1.1", + "clientVersion": "1.0.6542", "codename": "nighthike", "main": "./built/index.js", "private": true, |