diff --git a/VERSION.properties b/VERSION.properties index fdc2f20..b4f3e86 100644 --- a/VERSION.properties +++ b/VERSION.properties @@ -1,2 +1,2 @@ -client.version=1.2.193 -server.version=1.2.182 +client.version=1.2.194 +server.version=1.2.183 diff --git a/shine-UI/js/app.js b/shine-UI/js/app.js index a5b8ad7..31875bf 100644 --- a/shine-UI/js/app.js +++ b/shine-UI/js/app.js @@ -40,9 +40,9 @@ import * as registrationKeysView from './pages/registration-keys-view.js'; import * as registrationDraftKeysView from './pages/registration-draft-keys-view.js'; import * as topupView from './pages/topup-view.js'; import * as devnetTopupView from './pages/devnet-topup-view.js'; -import * as loginView from './pages/login-view.js'; +import * as loginView from './pages/login-view.js?v=202606142055'; import * as loginCameraView from './pages/login-camera-view.js'; -import * as loginOtherDeviceView from './pages/login-other-device-view.js'; +import * as loginOtherDeviceView from './pages/login-other-device-view.js?v=202606142055'; import * as loginPasswordView from './pages/login-password-view.js'; import * as keyStorageView from './pages/key-storage-view.js'; @@ -54,8 +54,8 @@ import * as developerSettingsView from './pages/developer-settings-view.js'; import * as serverSettingsView from './pages/server-settings-view.js'; import * as toolsSettingsView from './pages/tools-settings-view.js'; import * as deviceView from './pages/device-view.js?v=202606131435'; -import * as connectDeviceView from './pages/connect-device-view.js'; -import * as devicePairingView from './pages/device-pairing-view.js'; +import * as connectDeviceView from './pages/connect-device-view.js?v=202606142055'; +import * as devicePairingView from './pages/device-pairing-view.js?v=202606142055'; import * as deviceQrView from './pages/device-qr-view.js'; import * as deviceCameraView from './pages/device-camera-view.js'; import * as showKeysView from './pages/show-keys-view.js';