Skip to content

Commit

Permalink
bump version 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonflylee committed Sep 1, 2024
1 parent b57f6e5 commit 8653e46
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [next]
## [0.5.2]

### Fixed

Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ include(${BOREALIS_LIBRARY}/cmake/toolchain.cmake)
project(Switchfin)
set(VERSION_MAJOR "0")
set(VERSION_MINOR "5")
set(VERSION_ALTER "1")
set(VERSION_ALTER "2")
set(PROJECT_TITLEID "010ff000ffff0003")
set(PROJECT_AUTHOR "dragonflylee")
set(PACKAGE_NAME "org.player.switchfin")
set(PSN_TITLE_ID "SFIN00000")
set(VITA_VERSION "00.51")
set(VITA_VERSION "00.52")
set(PROJECT_ICON ${CMAKE_CURRENT_SOURCE_DIR}/resources/icon/icon.jpg)
set(PROJECT_RESOURCES ${CMAKE_CURRENT_SOURCE_DIR}/resources)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake")
Expand Down
2 changes: 1 addition & 1 deletion app/src/client/local.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Local::Local(const std::string& path) { root = path; }

std::vector<DirEntry> Local::list(const std::string& path) {
std::vector<DirEntry> s;
s.push_back({
s.push_back(DirEntry{
.name = "..",
.type = EntryType::DIR,
});
Expand Down
2 changes: 1 addition & 1 deletion scripts/deb/kylin-v10/control
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Section: video
Priority: optional
Maintainer: dragonflylee <[email protected]>
Version: 0.5.1-1
Version: 0.5.2-1
Vcs-Git: https://github.com/dragonflylee/switchfin.git
Package: switchfin
Architecture: arm64
Expand Down
2 changes: 1 addition & 1 deletion scripts/deb/switchroot-bionic/control
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Section: video
Priority: optional
Maintainer: dragonflylee <[email protected]>
Version: 0.5.1-1
Version: 0.5.2-1
Vcs-Git: https://github.com/dragonflylee/switchfin.git
Package: switchfin
Architecture: arm64
Expand Down
2 changes: 1 addition & 1 deletion scripts/deb/ubuntu-focal/control
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Section: video
Priority: optional
Maintainer: dragonflylee <[email protected]>
Version: 0.5.1-1
Version: 0.5.2-1
Vcs-Git: https://github.com/dragonflylee/switchfin.git
Package: switchfin
Architecture: amd64
Expand Down
2 changes: 1 addition & 1 deletion scripts/org.player.switchfin.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</ul>
</description>
<releases>
<release date="2024-07-30" version="0.5.1">
<release date="2024-09-01" version="0.5.2">
<description>
<p>
Please See Official Changelog at github.com/dragonflylee/switchfin/releases
Expand Down

0 comments on commit 8653e46

Please sign in to comment.