diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-10-14 09:49:16 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-10-14 09:49:16 +0900 |
| commit | e3faf64061318ee96f183d7734af8a057df257fe (patch) | |
| tree | 30c2437ea3b15b0268ac7982cc5b0dd9f4548ac5 | |
| parent | Fix (diff) | |
| download | misskey-e3faf64061318ee96f183d7734af8a057df257fe.tar.gz misskey-e3faf64061318ee96f183d7734af8a057df257fe.tar.bz2 misskey-e3faf64061318ee96f183d7734af8a057df257fe.zip | |
10.14.0
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 21deea51d9..d985eea435 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "misskey", "author": "syuilo <i@syuilo.com>", - "version": "10.13.0", - "clientVersion": "1.0.10517", + "version": "10.14.0", + "clientVersion": "1.0.10524", "codename": "nighthike", "main": "./built/index.js", "private": true, |