diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-08-25 19:46:12 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-08-25 19:46:12 +0900 |
| commit | a84fa307740b48aee3626779b9462f647fcda999 (patch) | |
| tree | 9905c7fcea464bac0ce29e6ea9716a3873c2fc47 | |
| parent | ユーザーのアイコンにサムネイルを使うように (diff) | |
| download | misskey-a84fa307740b48aee3626779b9462f647fcda999.tar.gz misskey-a84fa307740b48aee3626779b9462f647fcda999.tar.bz2 misskey-a84fa307740b48aee3626779b9462f647fcda999.zip | |
8.13.0
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index fde0f82802..7ac8b3ddcb 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "misskey", "author": "syuilo <i@syuilo.com>", - "version": "8.12.0", - "clientVersion": "1.0.8981", + "version": "8.13.0", + "clientVersion": "1.0.9001", "codename": "nighthike", "main": "./built/index.js", "private": true, |