From 42a08642a4c4b356d15cedf87b5c788c1fa47f91 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 3 Nov 2018 17:04:33 +0900 Subject: Misskeyのバージョンもクライアントの環境変数に突っ込むように MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/client/app/common/scripts/check-for-update.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/app/common/scripts') diff --git a/src/client/app/common/scripts/check-for-update.ts b/src/client/app/common/scripts/check-for-update.ts index 91b165b45d..a4c59fd350 100644 --- a/src/client/app/common/scripts/check-for-update.ts +++ b/src/client/app/common/scripts/check-for-update.ts @@ -1,5 +1,5 @@ import MiOS from '../../mios'; -import { version as current } from '../../config'; +import { clientVersion as current } from '../../config'; export default async function(mios: MiOS, force = false, silent = false) { const meta = await mios.getMeta(force); -- cgit v1.2.3-freya