diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-10-04 00:39:48 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-10-04 00:39:48 +0900 |
| commit | 80105239dc3d506d87b4a5ea313ee1af55ef2f3f (patch) | |
| tree | 9b01aefbcbbbd31ca7b1657f331ed4485daa7a88 | |
| parent | ドキュメントが見つからなくてもエラーにせずnullを返す... (diff) | |
| download | misskey-80105239dc3d506d87b4a5ea313ee1af55ef2f3f.tar.gz misskey-80105239dc3d506d87b4a5ea313ee1af55ef2f3f.tar.bz2 misskey-80105239dc3d506d87b4a5ea313ee1af55ef2f3f.zip | |
9.4.0
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 3d2c256463..30e5d84627 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "misskey", "author": "syuilo <i@syuilo.com>", - "version": "9.3.1", + "version": "9.4.0", "clientVersion": "1.0.10062", "codename": "nighthike", "main": "./built/index.js", |