diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-06-07 16:45:25 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-06-07 16:45:25 +0900 |
| commit | 21db05ead71092c55efafae8d9e080aea8434331 (patch) | |
| tree | 0db803fcb8769db021b02e6d339d77170db74d1b | |
| parent | [Client] Fix bug (diff) | |
| download | sharkey-21db05ead71092c55efafae8d9e080aea8434331.tar.gz sharkey-21db05ead71092c55efafae8d9e080aea8434331.tar.bz2 sharkey-21db05ead71092c55efafae8d9e080aea8434331.zip | |
v201
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 2b391780a5..8cd2b90c48 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "misskey", "author": "syuilo <i@syuilo.com>", - "version": "0.0.2015", + "version": "0.0.2017", "license": "MIT", "description": "A miniblog-based SNS", "bugs": "https://github.com/syuilo/misskey/issues", |