diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-10-05 01:43:47 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-10-05 01:43:47 +0900 |
| commit | baf9b658018e6b7d4bc2645eef871e9a57ef23db (patch) | |
| tree | e09f3bfec0d5804e2beab3c0452e81350baa468c /package.json | |
| parent | 9.5.0 (diff) | |
| download | misskey-baf9b658018e6b7d4bc2645eef871e9a57ef23db.tar.gz misskey-baf9b658018e6b7d4bc2645eef871e9a57ef23db.tar.bz2 misskey-baf9b658018e6b7d4bc2645eef871e9a57ef23db.zip | |
Improve error handling of packaging functions
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 8e0a8e6250..e04d9d8b4e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "misskey", "author": "syuilo <i@syuilo.com>", - "version": "9.5.0", + "version": "9.6.0", "clientVersion": "1.0.10090", "codename": "nighthike", "main": "./built/index.js", |