diff --git a/package.json b/package.json index c29b9d5d8d..cf47ec924e 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "misskey", "author": "syuilo ", - "version": "2.0.0", - "clientVersion": "1.0.5184", + "version": "2.1.0", + "clientVersion": "1.0.5187", "codename": "nighthike", "main": "./built/index.js", "private": true, diff --git a/src/client/app/common/views/components/othello.vue b/src/client/app/common/views/components/othello.vue index fafa047255..49ef4d73a8 100644 --- a/src/client/app/common/views/components/othello.vue +++ b/src/client/app/common/views/components/othello.vue @@ -40,8 +40,8 @@

自分の対局

- - + + {{ g.user1.name }} vs {{ g.user2.name }} {{ g.isEnded ? '終了' : '進行中' }} @@ -49,8 +49,8 @@

みんなの対局

- - + + {{ g.user1.name }} vs {{ g.user2.name }} {{ g.isEnded ? '終了' : '進行中' }}