diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2018-08-23 03:45:25 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-23 03:45:25 +0900 |
| commit | ea56d368e3fdfc2d9c2a61a9949a8e1788ed73e3 (patch) | |
| tree | 0e29f173e71fdbd29c95cc2fc121fb1a93db654a /package.json | |
| parent | Merge branch 'master' of https://github.com/syuilo/misskey (diff) | |
| parent | 7.4.1 (diff) | |
| download | misskey-ea56d368e3fdfc2d9c2a61a9949a8e1788ed73e3.tar.gz misskey-ea56d368e3fdfc2d9c2a61a9949a8e1788ed73e3.tar.bz2 misskey-ea56d368e3fdfc2d9c2a61a9949a8e1788ed73e3.zip | |
Merge pull request #2414 from syuilo/develop
7.4.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 a4cb798aef..517f49adf1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "misskey", "author": "syuilo <i@syuilo.com>", - "version": "7.4.0", + "version": "7.4.1", "clientVersion": "1.0.8790", "codename": "nighthike", "main": "./built/index.js", |