diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-10-02 16:29:05 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-10-02 16:29:05 +0900 |
| commit | 89d5df20a5e9f5d0152ef286acde7138d64e1e98 (patch) | |
| tree | 75abbc64161c1b53f009a3516f255ac67310066a | |
| parent | リモートのピン留め投稿取得対応 (#2798) (diff) | |
| download | sharkey-89d5df20a5e9f5d0152ef286acde7138d64e1e98.tar.gz sharkey-89d5df20a5e9f5d0152ef286acde7138d64e1e98.tar.bz2 sharkey-89d5df20a5e9f5d0152ef286acde7138d64e1e98.zip | |
9.1.0
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index c12b8861c6..d57b93c8bc 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "misskey", "author": "syuilo <i@syuilo.com>", - "version": "9.0.0", - "clientVersion": "1.0.10049", + "version": "9.1.0", + "clientVersion": "1.0.10056", "codename": "nighthike", "main": "./built/index.js", "private": true, |