diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-06-15 09:53:53 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-06-15 09:53:53 +0900 |
| commit | 7f7d7edc7f38bc7b2d4c075f4f342c882c3c34f5 (patch) | |
| tree | 06b311e88edd2641d683f8a73620e2f920d1cdff /package.json | |
| parent | ドライブのファイルの削除を実装 (diff) | |
| download | sharkey-7f7d7edc7f38bc7b2d4c075f4f342c882c3c34f5.tar.gz sharkey-7f7d7edc7f38bc7b2d4c075f4f342c882c3c34f5.tar.bz2 sharkey-7f7d7edc7f38bc7b2d4c075f4f342c882c3c34f5.zip | |
2.40.0
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 525c6171ce..af53cb0ab0 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "misskey", "author": "syuilo <i@syuilo.com>", - "version": "2.39.0", - "clientVersion": "1.0.6501", + "version": "2.40.0", + "clientVersion": "1.0.6504", "codename": "nighthike", "main": "./built/index.js", "private": true, |