From cb5221edbc14aab2ef5a35b61076ed97a490afed Mon Sep 17 00:00:00 2001 From: arm64v8a <48624112+arm64v8a@users.noreply.github.com> Date: Wed, 9 Aug 2023 18:23:29 +0900 Subject: [PATCH] 1.2.0 --- libcore/date.go | 2 +- nb4a.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libcore/date.go b/libcore/date.go index 505f6e4..570c407 100644 --- a/libcore/date.go +++ b/libcore/date.go @@ -8,7 +8,7 @@ import ( var outdated string func GetBuildTime() int64 { - buildDate := 20230726 + buildDate := 20230809 buildTime, _ := time.Parse("20060102", strconv.Itoa(buildDate)) return buildTime.Unix() } diff --git a/nb4a.properties b/nb4a.properties index b9efb44..a961f97 100644 --- a/nb4a.properties +++ b/nb4a.properties @@ -1,3 +1,3 @@ PACKAGE_NAME=moe.nb4a -VERSION_NAME=1.1.8 +VERSION_NAME=1.2.0 VERSION_CODE=24