diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-11-11 23:18:45 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-11-11 23:18:45 +0900 |
| commit | 679046f8a281f098469abfc1071b128d8ce05108 (patch) | |
| tree | 064ed87d58165bb787a8f95268e4456acb9577c6 | |
| parent | Merge branch 'master' of https://github.com/syuilo/misskey (diff) | |
| download | misskey-679046f8a281f098469abfc1071b128d8ce05108.tar.gz misskey-679046f8a281f098469abfc1071b128d8ce05108.tar.bz2 misskey-679046f8a281f098469abfc1071b128d8ce05108.zip | |
v3017
| -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 63643985cb..21437297d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ChangeLog (Release Notes) ========================= 主に notable な changes を書いていきます +3017 (2017/11/11) +----------------- +* 誤字修正など + 3012 (2017/11/11) ----------------- * デザインの調整 diff --git a/package.json b/package.json index da39da921b..532facea4c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "misskey", "author": "syuilo <i@syuilo.com>", - "version": "0.0.3012", + "version": "0.0.3017", "license": "MIT", "description": "A miniblog-based SNS", "bugs": "https://github.com/syuilo/misskey/issues", |