diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-11-12 05:48:09 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-11-12 05:48:09 +0900 |
| commit | a9cfbda858fd601d18855fe745a22a125e69b3e1 (patch) | |
| tree | 0fdd326161e92ac5c3ed96e7a1d8cfa990039a22 /package.json | |
| parent | [Client] Split some components to reduce bundle size (diff) | |
| download | misskey-a9cfbda858fd601d18855fe745a22a125e69b3e1.tar.gz misskey-a9cfbda858fd601d18855fe745a22a125e69b3e1.tar.bz2 misskey-a9cfbda858fd601d18855fe745a22a125e69b3e1.zip | |
10.48.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 7732157192..274dd368a1 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "misskey", "author": "syuilo <i@syuilo.com>", - "version": "10.47.0", - "clientVersion": "1.0.11726", + "version": "10.48.0", + "clientVersion": "2.0.11733", "codename": "nighthike", "main": "./built/index.js", "private": true, |