diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-09-25 21:38:31 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-09-25 21:38:31 +0900 |
| commit | f6e4a1770e4a1359f730fdd194f0c8f95394b9d8 (patch) | |
| tree | 84be504a4cb2bf71340933280f15fa387434352e /package.json | |
| parent | ビルドごとにバージョンを変えるのを廃止 (diff) | |
| download | misskey-f6e4a1770e4a1359f730fdd194f0c8f95394b9d8.tar.gz misskey-f6e4a1770e4a1359f730fdd194f0c8f95394b9d8.tar.bz2 misskey-f6e4a1770e4a1359f730fdd194f0c8f95394b9d8.zip | |
8.62.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 55b7b4687c..1b786d1a38 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "misskey", "author": "syuilo <i@syuilo.com>", - "version": "8.61.0", - "clientVersion": "1.0.9958", + "version": "8.62.0", + "clientVersion": "1.0.9964", "codename": "nighthike", "main": "./built/index.js", "private": true, |