diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2018-08-23 03:24:43 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-23 03:24:43 +0900 |
| commit | 4e483856d4fd00ce399b29bb32a0c3ceec3f9b1a (patch) | |
| tree | 1f325fd9bccf69fe9605586e6f8a25f892031fa6 | |
| parent | コントロールパネルから招待制のオンオフを切り替えら... (diff) | |
| parent | Merge branch 'master' of https://github.com/syuilo/misskey (diff) | |
| download | misskey-4e483856d4fd00ce399b29bb32a0c3ceec3f9b1a.tar.gz misskey-4e483856d4fd00ce399b29bb32a0c3ceec3f9b1a.tar.bz2 misskey-4e483856d4fd00ce399b29bb32a0c3ceec3f9b1a.zip | |
Merge pull request #2413 from syuilo/master
Master
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 3b40ed1767..a4cb798aef 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "misskey", "author": "syuilo <i@syuilo.com>", - "version": "7.3.0", - "clientVersion": "1.0.8741", + "version": "7.4.0", + "clientVersion": "1.0.8790", "codename": "nighthike", "main": "./built/index.js", "private": true, |