diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-11-06 01:52:39 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-11-06 01:52:39 +0900 |
| commit | f6b2f76bbf39d3784b9949ac03042c181c32cb4c (patch) | |
| tree | 8b6ac3555cf648ec7056ec8d241c6cd39f0768c3 | |
| parent | [API] Fix bug (diff) | |
| download | sharkey-f6b2f76bbf39d3784b9949ac03042c181c32cb4c.tar.gz sharkey-f6b2f76bbf39d3784b9949ac03042c181c32cb4c.tar.bz2 sharkey-f6b2f76bbf39d3784b9949ac03042c181c32cb4c.zip | |
10.39.1
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index bfa7ca1939..e1f71863a2 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "misskey", "author": "syuilo <i@syuilo.com>", - "version": "10.39.0", - "clientVersion": "1.0.11562", + "version": "10.39.1", + "clientVersion": "1.0.11569", "codename": "nighthike", "main": "./built/index.js", "private": true, |