Skip to content

Commit

Permalink
chore: Bump version to v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
glaumar committed Jun 22, 2024
1 parent 7326448 commit 1fb5ec9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

project(QRookie
VERSION 0.3.0
VERSION 0.3.1
DESCRIPTION "Download and install Quest games from ROOKIE Public Mirror (like VRP Rookie Sideloader but for linux)"
HOMEPAGE_URL https://github.com/glaumar/QRookie
LANGUAGES CXX)
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
{
packages.default = pkgs.stdenv.mkDerivation {
pname = "qrookie";
version = "0.3.0";
version = "0.3.1";

src = ./.;

Expand Down
8 changes: 8 additions & 0 deletions io.github.glaumar.QRookie.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@
</provides>
<content_rating type="oars-1.1" />
<releases>
<release date="2024-06-22" version="0.3.1">
<description>
<ul>
<li>fix: segmentation fault</li>
<li>fix: can not find keystore in nix darwin installation</li>
</ul>
</description>
</release>
<release date="2024-06-20" version="0.3.0">
<description>
<p>Changes in version 0.3.0</p>
Expand Down
2 changes: 1 addition & 1 deletion macOs/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>CFBundleIdentifier</key>
<string>io.github.glaumar.QRookie</string>
<key>CFBundleVersion</key>
<string>v0.3.0</string>
<string>v0.3.1</string>
<key>CFBundleExecutable</key>
<string>QRookie</string>
<key>CFBundlePackageType</key>
Expand Down

0 comments on commit 1fb5ec9

Please sign in to comment.