diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index dd85c21629..7a297bb9a8 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "misskey", "author": "syuilo <i@syuilo.com>", - "version": "2.36.1", - "clientVersion": "1.0.6396", + "version": "2.37.0", + "clientVersion": "1.0.6419", "codename": "nighthike", "main": "./built/index.js", "private": true, @@ -220,4 +220,4 @@ "webpack": "4.9.1", "webpack-cli": "2.1.4" } -}
\ No newline at end of file +} |