We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e345826 commit fc901d6Copy full SHA for fc901d6
2 files changed
CMakeLists.txt
@@ -19,7 +19,7 @@ include(FindPkgConfig)
19
set(VITA_APP_NAME "Vita Homebrew Browser")
20
set(VITA_TITLEID "VHBB00001")
21
set(UPDATER_TITLEID "VHBBUPDT1")
22
-set(VITA_VERSION "00.91")
+set(VITA_VERSION "00.92")
23
24
# Remove leading 0s from version
25
string(REGEX REPLACE "0+0\\." "0." VITA_VERSION_HUMAN ${VITA_VERSION})
release/version.yml
@@ -1,2 +1,2 @@
1
-version: "00.91"
2
-url: "https://github.com/devnoname120/vhbb/releases/download/0.91/VitaHBBrowser.vpk"
+version: "00.92"
+url: "https://github.com/devnoname120/vhbb/releases/download/0.92/VitaHBBrowser.vpk"
0 commit comments