diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-11-15 22:04:57 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-11-15 22:04:57 +0900 |
| commit | d9828fdc6a771f1e78e666a7c7007d9f1561031b (patch) | |
| tree | 399c7f148947e927d67f7b2071bd78e596c33f8f | |
| parent | [Client] Split some components to improve performance (diff) | |
| download | misskey-d9828fdc6a771f1e78e666a7c7007d9f1561031b.tar.gz misskey-d9828fdc6a771f1e78e666a7c7007d9f1561031b.tar.bz2 misskey-d9828fdc6a771f1e78e666a7c7007d9f1561031b.zip | |
10.52.0
Diffstat (limited to '')
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 3dc06be117..84162d61a3 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "misskey", "author": "syuilo <i@syuilo.com>", - "version": "10.51.2", - "clientVersion": "2.0.11804", + "version": "10.52.0", + "clientVersion": "2.0.11848", "codename": "nighthike", "main": "./built/index.js", "private": true, |