From 5cd98ffc49aee0c2d174e9d52acbaa8ee6d5999a Mon Sep 17 00:00:00 2001 From: MiaoWoo Date: Sat, 13 Jul 2019 11:24:50 +0800 Subject: [PATCH] feat: update version and html Signed-off-by: MiaoWoo --- src/HTML/wallet.html | 2 +- src/core/constant.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/HTML/wallet.html b/src/HTML/wallet.html index c117dc7..8712e94 100644 --- a/src/HTML/wallet.html +++ b/src/HTML/wallet.html @@ -1661,7 +1661,7 @@ - + This Version Refactor By MiaoWoo Use TypeScript diff --git a/src/core/constant.ts b/src/core/constant.ts index d991463..a9b32a2 100644 --- a/src/core/constant.ts +++ b/src/core/constant.ts @@ -8,7 +8,7 @@ * Telegram: https://t.me/terafoundation */ -global.UPDATE_CODE_VERSION_NUM = 1127; +global.UPDATE_CODE_VERSION_NUM = 1200; global.MIN_CODE_VERSION_NUM = 1114; global.MINING_VERSION_NUM = 0; global.InitParamsArg = InitParamsArg;