diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-11-16 22:52:10 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-11-16 22:52:10 +0900 |
| commit | a757960c41ab5d4a2fcfa8ec8a869632adc5e1be (patch) | |
| tree | 93e1e8bb86e8ee694181f7ae506249aa242636ff | |
| parent | Fix bug (diff) | |
| download | misskey-a757960c41ab5d4a2fcfa8ec8a869632adc5e1be.tar.gz misskey-a757960c41ab5d4a2fcfa8ec8a869632adc5e1be.tar.bz2 misskey-a757960c41ab5d4a2fcfa8ec8a869632adc5e1be.zip | |
v3124
| -rw-r--r-- | CHANGELOG.md | 4 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ec522bbfa1..5bc0e6d010 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ChangeLog (Release Notes) ========================= 主に notable な changes を書いていきます +3124 (2017/11/16) +----------------- +* バグ修正 + 3121 (2017/11/16) ----------------- * ブロードキャストウィジェットの強化 diff --git a/package.json b/package.json index 68c558ec20..017c9edfce 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "misskey", "author": "syuilo <i@syuilo.com>", - "version": "0.0.3121", + "version": "0.0.3124", "license": "MIT", "description": "A miniblog-based SNS", "bugs": "https://github.com/syuilo/misskey/issues", |