Skip to content

Commit d53373c

Browse files
committed
Release version v1.2.2
1 parent a999375 commit d53373c

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,13 @@ list(APPEND APP_PLATFORM_OPTION -DBUILD_TAG_VERSION=${GIT_TAG_VERSION} -DBUILD_T
7676
project(wiliwili)
7777
set(VERSION_MAJOR "1")
7878
set(VERSION_MINOR "2")
79-
set(VERSION_REVISION "1")
79+
set(VERSION_REVISION "2")
8080
set(VERSION_BUILD "0")
8181
set(PROJECT_AUTHOR "xfangfang")
8282
set(PACKAGE_NAME cn.xfangfang.wiliwili)
8383
set(VITA_TITLEID "WILIWILI0")
8484
set(PSN_TITLE_ID "WILI00000")
85-
set(VITA_VERSION "01.21")
85+
set(VITA_VERSION "01.22")
8686
set(PROJECT_ICON ${CMAKE_CURRENT_SOURCE_DIR}/resources/icon/icon.jpg)
8787
set(PROJECT_RESOURCES ${CMAKE_CURRENT_SOURCE_DIR}/resources)
8888
set(APP_VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REVISION}")

scripts/linux/cn.xfangfang.wiliwili.appdata.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</ul>
3030
</description>
3131
<releases>
32-
<release date="2023-11-12" version="1.2.1">
32+
<release date="2023-11-15" version="1.2.2">
3333
<description>
3434
<p>
3535
Please See Official Changelog at github.com/xfangfang/wiliwili/releases

wiliwili/source/activity/hint_activity.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ const std::string galleryItemInstallNSPXML = R"xml(
3737
<brls:Label
3838
positionType="absolute"
3939
positionBottom="4%"
40+
horizontalAlign="center"
41+
width="1500"
4042
id="gallery/label"
4143
text="@i18n/wiliwili/hints/hint4"
4244
fontSize="24"/>

0 commit comments

Comments
 (0)