diff --git a/CMakeLists.txt b/CMakeLists.txt index 7919aab..85d538a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,7 +19,7 @@ include(FindPkgConfig) set(VITA_APP_NAME "Vita Homebrew Browser") set(VITA_TITLEID "VHBB00001") set(UPDATER_TITLEID "VHBBUPDT1") -set(VITA_VERSION "00.91") +set(VITA_VERSION "00.92") # Remove leading 0s from version string(REGEX REPLACE "0+0\\." "0." VITA_VERSION_HUMAN ${VITA_VERSION}) diff --git a/release/version.yml b/release/version.yml index 7d5f863..ac473e3 100644 --- a/release/version.yml +++ b/release/version.yml @@ -1,2 +1,2 @@ -version: "00.91" -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"