diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-04-22 21:32:09 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-04-22 21:32:09 +0900 |
| commit | 0b99483ccbb1a4c111177718c0e9300a19d36a28 (patch) | |
| tree | 892645d59eb75cb69e5576df923825b3ceb7e20b /package.json | |
| parent | Fix bug (diff) | |
| download | sharkey-0b99483ccbb1a4c111177718c0e9300a19d36a28.tar.gz sharkey-0b99483ccbb1a4c111177718c0e9300a19d36a28.tar.bz2 sharkey-0b99483ccbb1a4c111177718c0e9300a19d36a28.zip | |
サーバーのバージョンとクライアントのバージョンを分けた
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/package.json b/package.json index a6cc8f65e0..0a3026e17e 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,9 @@ { "name": "misskey", "author": "syuilo <i@syuilo.com>", - "version": "0.0.5089", + "version": "1.0.0", + "clientVersion": "1.0.0", "codename": "nighthike", - "license": "MIT", - "description": "A miniblog-based SNS", - "bugs": "https://github.com/syuilo/misskey/issues", - "repository": "https://github.com/syuilo/misskey.git", "main": "./built/index.js", "private": true, "scripts": { |