summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-08-28 20:24:52 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-08-28 20:24:52 +0900
commit00deb459858ebde2e44148eb50fec6c63345ea84 (patch)
treecea2a4405adfdeff6d21a90164fe1a2c0e048079
parentFix design (diff)
downloadsharkey-00deb459858ebde2e44148eb50fec6c63345ea84.tar.gz
sharkey-00deb459858ebde2e44148eb50fec6c63345ea84.tar.bz2
sharkey-00deb459858ebde2e44148eb50fec6c63345ea84.zip
v2461
-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 b0f6fff438..436264d228 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@ ChangeLog
=========
主に notable な changes を書いていきます
+-----------------
+* Fix: モバイル版からアバターとバナーの設定を行えなかった問題を修正
+* デザインの修正
+
2458 (2017/08/28)
-----------------
* New: モバイル版からプロフィールを設定できるように
diff --git a/package.json b/package.json
index d5412b6363..beea91ecc5 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "misskey",
"author": "syuilo <i@syuilo.com>",
- "version": "0.0.2458",
+ "version": "0.0.2461",
"license": "MIT",
"description": "A miniblog-based SNS",
"bugs": "https://github.com/syuilo/misskey/issues",