diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-10-05 01:59:26 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-10-05 01:59:26 +0900 |
| commit | 11b84a04b3f81c4717d9a0fd7c78ffb2fa13fa03 (patch) | |
| tree | 2fa84c4571f70bbfe94f2910545d393296c5aa60 /package.json | |
| parent | ActivityPubのHTTPリクエストの強化 (#2820) (diff) | |
| download | misskey-11b84a04b3f81c4717d9a0fd7c78ffb2fa13fa03.tar.gz misskey-11b84a04b3f81c4717d9a0fd7c78ffb2fa13fa03.tar.bz2 misskey-11b84a04b3f81c4717d9a0fd7c78ffb2fa13fa03.zip | |
9.7.0
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index e04d9d8b4e..c5583c5a1f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "misskey", "author": "syuilo <i@syuilo.com>", - "version": "9.6.0", + "version": "9.7.0", "clientVersion": "1.0.10090", "codename": "nighthike", "main": "./built/index.js", |