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/init.ts | |
| parent | [Client] Fix some charts (diff) | |
| download | misskey-42a08642a4c4b356d15cedf87b5c788c1fa47f91.tar.gz misskey-42a08642a4c4b356d15cedf87b5c788c1fa47f91.tar.bz2 misskey-42a08642a4c4b356d15cedf87b5c788c1fa47f91.zip | |
Misskeyのバージョンもクライアントの環境変数に突っ込むように
Diffstat (limited to 'src/client/app/init.ts')
| -rw-r--r-- | src/client/app/init.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/init.ts b/src/client/app/init.ts index fc09c3eeaf..d027a70597 100644 --- a/src/client/app/init.ts +++ b/src/client/app/init.ts @@ -14,7 +14,7 @@ import VueHotkey from './common/hotkey'; import App from './app.vue'; import checkForUpdate from './common/scripts/check-for-update'; import MiOS, { API } from './mios'; -import { version, codename, lang } from './config'; +import { clientVersion as version, codename, lang } from './config'; import { builtinThemes, lightTheme, applyTheme } from './theme'; if (localStorage.getItem('theme') == null) { |