From ce8eade63b8e208d2ff885b897d5e39590cfb6e0 Mon Sep 17 00:00:00 2001 From: arm64v8a <48624112+arm64v8a@users.noreply.github.com> Date: Tue, 15 Nov 2022 14:38:16 +0900 Subject: [PATCH] update version --- app/src/main/res/values-zh-rCN/strings.xml | 2 ++ libcore/date.go | 2 +- sager.properties | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml index 5b17dca6a..c1be45d5e 100644 --- a/app/src/main/res/values-zh-rCN/strings.xml +++ b/app/src/main/res/values-zh-rCN/strings.xml @@ -469,4 +469,6 @@ 这是 GFWReport 针对 GFW 上观察到的类似随机流的协议阻塞行为提出的对策。 这个选项将 IV 的前 6 个字节重新映射为可打印的字符,启用后,特权网络路径上的任何人都有可能识别该协议。 首选插件提供者 创建快捷方式 + 端口跳跃间隔 + DNS 查询类型 \ No newline at end of file diff --git a/libcore/date.go b/libcore/date.go index e3a9b1035..287db9d0f 100644 --- a/libcore/date.go +++ b/libcore/date.go @@ -7,7 +7,7 @@ import ( var outdated string func GetBuildTime() int64 { - buildDate := "20221014" + buildDate := "20221115" buildTime, _ := time.Parse("20060102", buildDate) return buildTime.Unix() } diff --git a/sager.properties b/sager.properties index 506c41104..486a73f32 100644 --- a/sager.properties +++ b/sager.properties @@ -1,3 +1,3 @@ PACKAGE_NAME=moe.matsuri.lite -VERSION_NAME=0.5.3 -VERSION_CODE=164 +VERSION_NAME=0.5.4 +VERSION_CODE=165