diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-06-28 16:24:55 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-06-28 16:24:55 +0900 |
| commit | de557947617d14bdcce6e45e329b1e8cf60a970a (patch) | |
| tree | a3726cc657a49453fe18fc76efaf7ee82798e6d1 /package.json | |
| parent | Fix bug (diff) | |
| download | misskey-de557947617d14bdcce6e45e329b1e8cf60a970a.tar.gz misskey-de557947617d14bdcce6e45e329b1e8cf60a970a.tar.bz2 misskey-de557947617d14bdcce6e45e329b1e8cf60a970a.zip | |
4.15.0
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 29c3181c03..44bffba5b2 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "misskey", "author": "syuilo <i@syuilo.com>", - "version": "4.14.0", - "clientVersion": "1.0.6815", + "version": "4.15.0", + "clientVersion": "1.0.6878", "codename": "nighthike", "main": "./built/index.js", "private": true, |