diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-07-04 21:24:22 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-07-04 21:24:22 +0900 |
| commit | b412b4a9ff9598201e35acc2ecf135488e7b01fa (patch) | |
| tree | b587198d34229790e30555ab0b26c356a26d7a45 | |
| parent | Fix bug (diff) | |
| download | sharkey-b412b4a9ff9598201e35acc2ecf135488e7b01fa.tar.gz sharkey-b412b4a9ff9598201e35acc2ecf135488e7b01fa.tar.bz2 sharkey-b412b4a9ff9598201e35acc2ecf135488e7b01fa.zip | |
4.16.1
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 7c67a913bf..53bc44adfb 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "misskey", "author": "syuilo <i@syuilo.com>", - "version": "4.16.0", - "clientVersion": "1.0.6950", + "version": "4.16.1", + "clientVersion": "1.0.6952", "codename": "nighthike", "main": "./built/index.js", "private": true, |