summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-11-16 22:52:10 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-11-16 22:52:10 +0900
commita757960c41ab5d4a2fcfa8ec8a869632adc5e1be (patch)
tree93e1e8bb86e8ee694181f7ae506249aa242636ff
parentFix bug (diff)
downloadmisskey-a757960c41ab5d4a2fcfa8ec8a869632adc5e1be.tar.gz
misskey-a757960c41ab5d4a2fcfa8ec8a869632adc5e1be.tar.bz2
misskey-a757960c41ab5d4a2fcfa8ec8a869632adc5e1be.zip
v3124
-rw-r--r--CHANGELOG.md4
-rw-r--r--package.json2
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",