Skip to content

Commit fc901d6

Browse files
committed
Release 0.92
1 parent e345826 commit fc901d6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ include(FindPkgConfig)
1919
set(VITA_APP_NAME "Vita Homebrew Browser")
2020
set(VITA_TITLEID "VHBB00001")
2121
set(UPDATER_TITLEID "VHBBUPDT1")
22-
set(VITA_VERSION "00.91")
22+
set(VITA_VERSION "00.92")
2323

2424
# Remove leading 0s from version
2525
string(REGEX REPLACE "0+0\\." "0." VITA_VERSION_HUMAN ${VITA_VERSION})

release/version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version: "00.91"
2-
url: "https://github.com/devnoname120/vhbb/releases/download/0.91/VitaHBBrowser.vpk"
1+
version: "00.92"
2+
url: "https://github.com/devnoname120/vhbb/releases/download/0.92/VitaHBBrowser.vpk"

0 commit comments

Comments
 (0)