Skip to content

Commit

Permalink
Release version v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xfangfang committed Nov 14, 2023
1 parent a999375 commit d53373c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@ list(APPEND APP_PLATFORM_OPTION -DBUILD_TAG_VERSION=${GIT_TAG_VERSION} -DBUILD_T
project(wiliwili)
set(VERSION_MAJOR "1")
set(VERSION_MINOR "2")
set(VERSION_REVISION "1")
set(VERSION_REVISION "2")
set(VERSION_BUILD "0")
set(PROJECT_AUTHOR "xfangfang")
set(PACKAGE_NAME cn.xfangfang.wiliwili)
set(VITA_TITLEID "WILIWILI0")
set(PSN_TITLE_ID "WILI00000")
set(VITA_VERSION "01.21")
set(VITA_VERSION "01.22")
set(PROJECT_ICON ${CMAKE_CURRENT_SOURCE_DIR}/resources/icon/icon.jpg)
set(PROJECT_RESOURCES ${CMAKE_CURRENT_SOURCE_DIR}/resources)
set(APP_VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REVISION}")
Expand Down
2 changes: 1 addition & 1 deletion scripts/linux/cn.xfangfang.wiliwili.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</ul>
</description>
<releases>
<release date="2023-11-12" version="1.2.1">
<release date="2023-11-15" version="1.2.2">
<description>
<p>
Please See Official Changelog at github.com/xfangfang/wiliwili/releases
Expand Down
2 changes: 2 additions & 0 deletions wiliwili/source/activity/hint_activity.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ const std::string galleryItemInstallNSPXML = R"xml(
<brls:Label
positionType="absolute"
positionBottom="4%"
horizontalAlign="center"
width="1500"
id="gallery/label"
text="@i18n/wiliwili/hints/hint4"
fontSize="24"/>
Expand Down

0 comments on commit d53373c

Please sign in to comment.