diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-10-03 22:55:08 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-10-03 22:55:08 +0900 |
| commit | 0eefd2922cd5abc5bbc07f100b61176d95c52493 (patch) | |
| tree | 814ead6a37e45b533fcc19201cb7bde22e613ce0 | |
| parent | Fix bug (diff) | |
| download | sharkey-0eefd2922cd5abc5bbc07f100b61176d95c52493.tar.gz sharkey-0eefd2922cd5abc5bbc07f100b61176d95c52493.tar.bz2 sharkey-0eefd2922cd5abc5bbc07f100b61176d95c52493.zip | |
9.3.0
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index c60bc24fe3..a101d1102e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "misskey", "author": "syuilo <i@syuilo.com>", - "version": "9.2.0", + "version": "9.3.0", "clientVersion": "1.0.10062", "codename": "nighthike", "main": "./built/index.js", |