diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-05-29 21:46:30 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-05-29 21:46:30 +0900 |
| commit | d05aee19f2a8261de7a07314ce17da8968f3f579 (patch) | |
| tree | d26f90ae16cab5dce0d86fa006b12a58b52bcf6d /package.json | |
| parent | Fix bug (diff) | |
| download | misskey-d05aee19f2a8261de7a07314ce17da8968f3f579.tar.gz misskey-d05aee19f2a8261de7a07314ce17da8968f3f579.tar.bz2 misskey-d05aee19f2a8261de7a07314ce17da8968f3f579.zip | |
2.23.2
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 8705f0f293..16d8127414 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "misskey", "author": "syuilo <i@syuilo.com>", - "version": "2.23.1", - "clientVersion": "1.0.5995", + "version": "2.23.2", + "clientVersion": "1.0.5999", "codename": "nighthike", "main": "./built/index.js", "private": true, |