diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-09-07 05:47:47 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-09-07 05:47:47 +0900 |
| commit | e955fe1ffd38dd2da91e548748da2577810840f1 (patch) | |
| tree | 28c2806f1f82eef7619f508d282b69043703898e /package.json | |
| parent | Fix (diff) | |
| download | misskey-e955fe1ffd38dd2da91e548748da2577810840f1.tar.gz misskey-e955fe1ffd38dd2da91e548748da2577810840f1.tar.bz2 misskey-e955fe1ffd38dd2da91e548748da2577810840f1.zip | |
8.29.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 5b7567e4cc..ab984eef5c 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "misskey", "author": "syuilo <i@syuilo.com>", - "version": "8.28.1", - "clientVersion": "1.0.9400", + "version": "8.29.0", + "clientVersion": "1.0.9406", "codename": "nighthike", "main": "./built/index.js", "private": true, |