diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-06-16 19:45:47 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-06-16 19:45:47 +0900 |
| commit | f6d9a7e7c3fa6bd6a6251c0ccd3fc941324ff8fb (patch) | |
| tree | 7de37040dddb1cab6494d50555824dab5c881353 /package.json | |
| parent | Fix bug (diff) | |
| download | sharkey-f6d9a7e7c3fa6bd6a6251c0ccd3fc941324ff8fb.tar.gz sharkey-f6d9a7e7c3fa6bd6a6251c0ccd3fc941324ff8fb.tar.bz2 sharkey-f6d9a7e7c3fa6bd6a6251c0ccd3fc941324ff8fb.zip | |
3.1.1
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 af404da5e9..c5092e6f19 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "misskey", "author": "syuilo <i@syuilo.com>", - "version": "3.1.0", - "clientVersion": "1.0.6526", + "version": "3.1.1", + "clientVersion": "1.0.6528", "codename": "nighthike", "main": "./built/index.js", "private": true, |