diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-08-29 15:37:16 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-08-29 15:37:16 +0900 |
| commit | 12c4b177645d84133abe5a0e36a31c369bcdf868 (patch) | |
| tree | e002655c6ccebb90299c371abb34eb78a75c9e20 | |
| parent | :v: (diff) | |
| download | misskey-12c4b177645d84133abe5a0e36a31c369bcdf868.tar.gz misskey-12c4b177645d84133abe5a0e36a31c369bcdf868.tar.bz2 misskey-12c4b177645d84133abe5a0e36a31c369bcdf868.zip | |
v2489
| -rw-r--r-- | CHANGELOG.md | 4 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3195a42d9f..7f6496468a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,8 @@ ChangeLog (Release Notes) ========================= 主に notable な changes を書いていきます -unlereased ----------- +2489 (2017/08/29) +----------------- * ユーザビリティの向上 * デザインの調整 diff --git a/package.json b/package.json index b476cd723d..b578aa926b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "misskey", "author": "syuilo <i@syuilo.com>", - "version": "0.0.2487", + "version": "0.0.2489", "license": "MIT", "description": "A miniblog-based SNS", "bugs": "https://github.com/syuilo/misskey/issues", |