diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-11-16 05:56:58 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-11-16 05:56:58 +0900 |
| commit | 39285fc2d09fc0ad54b7077233ca97e3d3465967 (patch) | |
| tree | b052eba439a7f630d0a5f9ff98e6c197f0b68e2c /package.json | |
| parent | Refactoring (diff) | |
| download | misskey-39285fc2d09fc0ad54b7077233ca97e3d3465967.tar.gz misskey-39285fc2d09fc0ad54b7077233ca97e3d3465967.tar.bz2 misskey-39285fc2d09fc0ad54b7077233ca97e3d3465967.zip | |
10.53.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 cb18cde795..1f44130545 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "misskey", "author": "syuilo <i@syuilo.com>", - "version": "10.52.0", - "clientVersion": "2.0.11848", + "version": "10.53.0", + "clientVersion": "2.0.11867", "codename": "nighthike", "main": "./built/index.js", "private": true, |