diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-11-03 17:04:33 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-11-03 17:04:33 +0900 |
| commit | 42a08642a4c4b356d15cedf87b5c788c1fa47f91 (patch) | |
| tree | a4c976ccb7213b2f391ed96c29d3e8103c7f1896 /src/client/app/common/scripts | |
| parent | [Client] Fix some charts (diff) | |
| download | sharkey-42a08642a4c4b356d15cedf87b5c788c1fa47f91.tar.gz sharkey-42a08642a4c4b356d15cedf87b5c788c1fa47f91.tar.bz2 sharkey-42a08642a4c4b356d15cedf87b5c788c1fa47f91.zip | |
Misskeyのバージョンもクライアントの環境変数に突っ込むように
Diffstat (limited to 'src/client/app/common/scripts')
| -rw-r--r-- | src/client/app/common/scripts/check-for-update.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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); |