diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-09-02 19:27:33 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-09-02 19:27:33 +0900 |
| commit | ea9b48db3c2255aa77f296b9c7e129fe5e68b427 (patch) | |
| tree | b9f677cd5337b16198e4fdd5f978d92b0dfda3a4 /package.json | |
| parent | Update README.md [AUTOGEN] (#2586) (diff) | |
| parent | 8.22.0 (diff) | |
| download | misskey-ea9b48db3c2255aa77f296b9c7e129fe5e68b427.tar.gz misskey-ea9b48db3c2255aa77f296b9c7e129fe5e68b427.tar.bz2 misskey-ea9b48db3c2255aa77f296b9c7e129fe5e68b427.zip | |
Merge branch 'develop'
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 522765359c..bb7e70beb0 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "misskey", "author": "syuilo <i@syuilo.com>", - "version": "8.21.1", - "clientVersion": "1.0.9264", + "version": "8.22.0", + "clientVersion": "1.0.9273", "codename": "nighthike", "main": "./built/index.js", "private": true, |