diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-06-17 08:15:57 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-06-17 08:15:57 +0900 |
| commit | 11cf82c6a43285bade1e574a5e8294075993f45f (patch) | |
| tree | 49d6f1b8dd381c2cd7d4621fe89a02c45f1928ec | |
| parent | reversi :white_flower: :100: (diff) | |
| download | misskey-11cf82c6a43285bade1e574a5e8294075993f45f.tar.gz misskey-11cf82c6a43285bade1e574a5e8294075993f45f.tar.bz2 misskey-11cf82c6a43285bade1e574a5e8294075993f45f.zip | |
4.0.0
| -rw-r--r-- | CHANGELOG.md | 11 | ||||
| -rw-r--r-- | package.json | 4 |
2 files changed, 13 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 614d50d0ff..a06780b108 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ ChangeLog ========= +4.0.0 +----- + +オセロがリバーシに変更されました。 + +### Migration + +MongoDBの、`othelloGames`と`othelloMatchings`コレクションをそれぞれ`reversiGames`と`reversiMatchings`にリネームしてください。 + +You need to rename `othelloGames` and `othelloMatchings` MongoDB collections to `reversiGames` and `reversiMatchings`. + 3.0.0 ----- diff --git a/package.json b/package.json index c5092e6f19..bd5dc8e84f 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "misskey", "author": "syuilo <i@syuilo.com>", - "version": "3.1.1", - "clientVersion": "1.0.6528", + "version": "4.0.0", + "clientVersion": "1.0.6535", "codename": "nighthike", "main": "./built/index.js", "private": true, |