Skip to content

Commit

Permalink
Release 0.92
Browse files Browse the repository at this point in the history
  • Loading branch information
robsdedude committed Apr 20, 2020
1 parent e345826 commit fc901d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down
4 changes: 2 additions & 2 deletions release/version.yml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit fc901d6

Please sign in to comment.