diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-05-30 00:16:03 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-05-30 00:16:03 +0900 |
| commit | 248acaee75df8e4513dc504804e7bb9b5b117550 (patch) | |
| tree | 5074c8e81da4c247e7bc2168665e222b422ee305 /package.json | |
| parent | Fix bug (diff) | |
| download | misskey-248acaee75df8e4513dc504804e7bb9b5b117550.tar.gz misskey-248acaee75df8e4513dc504804e7bb9b5b117550.tar.bz2 misskey-248acaee75df8e4513dc504804e7bb9b5b117550.zip | |
2.24.1
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index b67ddf586d..ee438d6c0b 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "misskey", "author": "syuilo <i@syuilo.com>", - "version": "2.24.0", - "clientVersion": "1.0.6017", + "version": "2.24.1", + "clientVersion": "1.0.6019", "codename": "nighthike", "main": "./built/index.js", "private": true, |