diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2018-08-18 03:37:10 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-18 03:37:10 +0900 |
| commit | ae9c13df66a137634f9dfeaa5d58bda4f62dbf49 (patch) | |
| tree | 1a974c96565872e34fd08bf22f6d534b5fc4c2da /package.json | |
| parent | Fix #2298 (diff) | |
| download | misskey-ae9c13df66a137634f9dfeaa5d58bda4f62dbf49.tar.gz misskey-ae9c13df66a137634f9dfeaa5d58bda4f62dbf49.tar.bz2 misskey-ae9c13df66a137634f9dfeaa5d58bda4f62dbf49.zip | |
6.3.1
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index a378f08568..31e0566610 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "misskey", "author": "syuilo <i@syuilo.com>", - "version": "6.3.0", + "version": "6.3.1", "clientVersion": "1.0.8483", "codename": "nighthike", "main": "./built/index.js", |