diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-08-11 21:35:22 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-08-11 21:35:22 +0900 |
| commit | c8c4ec6ad4652cdb2502daffe0db0bc4e41218ca (patch) | |
| tree | 264586c584221c5119007e64583384eb54f06d9c | |
| parent | Fix bug (diff) | |
| download | sharkey-c8c4ec6ad4652cdb2502daffe0db0bc4e41218ca.tar.gz sharkey-c8c4ec6ad4652cdb2502daffe0db0bc4e41218ca.tar.bz2 sharkey-c8c4ec6ad4652cdb2502daffe0db0bc4e41218ca.zip | |
5.22.0
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index f7cd4fed3b..6fb22b91c5 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "misskey", "author": "syuilo <i@syuilo.com>", - "version": "5.21.0", - "clientVersion": "1.0.8117", + "version": "5.22.0", + "clientVersion": "1.0.8127", "codename": "nighthike", "main": "./built/index.js", "private": true, |