Skip to content

Commit 8e844bf

Browse files
committed
bump version 0.7.4
1 parent c6506ba commit 8e844bf

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ permissions:
4141

4242
jobs:
4343
upload-release:
44-
needs: [ build-mingw, build-nx, build-macos, build-flatpak, build-aur, build-ps4 ]
44+
needs: [ build-mingw, build-nx, build-macos, build-flatpak, build-aur, build-ps4, build-vita ]
4545
runs-on: ubuntu-latest
4646
if: startsWith(github.ref, 'refs/tags/')
4747
steps:

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ include(${BOREALIS_LIBRARY}/cmake/toolchain.cmake)
5252
project(Switchfin)
5353
set(VERSION_MAJOR "0")
5454
set(VERSION_MINOR "7")
55-
set(VERSION_ALTER "3")
55+
set(VERSION_ALTER "4")
5656
set(PROJECT_TITLEID "010ff000ffff0003")
5757
set(PROJECT_AUTHOR "dragonflylee")
5858
set(PACKAGE_NAME "org.player.switchfin")
5959
set(VITA_TITLEID "SWITCHFIN")
6060
set(PSN_TITLE_ID "SFIN00000")
61-
set(VITA_VERSION "00.73")
61+
set(VITA_VERSION "00.74")
6262
set(PROJECT_ICON ${CMAKE_CURRENT_SOURCE_DIR}/resources/icon/icon.jpg)
6363
set(PROJECT_RESOURCES ${CMAKE_CURRENT_SOURCE_DIR}/resources)
6464
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake")

debian/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
switchfin (0.7.3-1) unstable; urgency=medium
1+
switchfin (0.7.4-1) unstable; urgency=medium
22

33
* fixed livetv not working
44

scripts/aur/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pkgname=switchfin
2-
pkgver=0.7.3
2+
pkgver=0.7.4
33
pkgrel=1
44
pkgdesc='Third-party native Jellyfin client'
55
arch=('x86_64' 'aarch64')

scripts/org.player.switchfin.appdata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</ul>
2121
</description>
2222
<releases>
23-
<release date="2025-07-15" version="0.7.3">
23+
<release date="2025-07-15" version="0.7.4">
2424
<description>
2525
<p>
2626
Please See Official Changelog at github.com/dragonflylee/switchfin/releases

scripts/snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: switchfin
22
summary: switchfin
33
description: |
44
third-party PC player for Jellyfin
5-
version: "0.7.3"
5+
version: "0.7.4"
66
grade: stable
77
icon: ../resources/icon/icon.png
88
base: core20

0 commit comments

Comments
 (0)