diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-06-13 05:16:53 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-06-13 05:16:53 +0900 |
| commit | e635a87628746b9e8422044f350d43d86ed6b4bc (patch) | |
| tree | f034770c4d99457eb7405aa4860cc8343ebe4a6d | |
| parent | Fix bug (diff) | |
| download | misskey-e635a87628746b9e8422044f350d43d86ed6b4bc.tar.gz misskey-e635a87628746b9e8422044f350d43d86ed6b4bc.tar.bz2 misskey-e635a87628746b9e8422044f350d43d86ed6b4bc.zip | |
2.38.1
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 7558c445ea..e1f7765a98 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "misskey", "author": "syuilo <i@syuilo.com>", - "version": "2.38.0", + "version": "2.38.1", "clientVersion": "1.0.6480", "codename": "nighthike", "main": "./built/index.js", |