diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-05-22 11:47:23 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-05-22 11:47:23 +0900 |
| commit | 5671f1c6a46573d9d738d538ced49f30b52e9a8b (patch) | |
| tree | 08da305f018edceb3dd395047502f53e341da794 /package.json | |
| parent | Fix bug and remove unnecessary query (diff) | |
| download | misskey-5671f1c6a46573d9d738d538ced49f30b52e9a8b.tar.gz misskey-5671f1c6a46573d9d738d538ced49f30b52e9a8b.tar.bz2 misskey-5671f1c6a46573d9d738d538ced49f30b52e9a8b.zip | |
2.16.1
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 f9ee2b0418..73a3af9add 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "misskey", "author": "syuilo <i@syuilo.com>", - "version": "2.16.0", - "clientVersion": "1.0.5650", + "version": "2.16.1", + "clientVersion": "1.0.5657", "codename": "nighthike", "main": "./built/index.js", "private": true, |