Skip to content

Commit

Permalink
fix: setting dialog size
Browse files Browse the repository at this point in the history
  • Loading branch information
victorwads committed Aug 14, 2024
1 parent a4231ef commit bd4526d
Show file tree
Hide file tree
Showing 4 changed files with 10 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.4
VERSION 0.3.5
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.4";
version = "0.3.5";

src = ./.;

Expand Down
7 changes: 7 additions & 0 deletions io.github.glaumar.QRookie.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@
</provides>
<content_rating type="oars-1.1" />
<releases>
<release date="2024-08-05" version="0.3.5">
<description>
<ul>
<li>fix: setting dialog size</li>
</ul>
</description>
</release>
<release date="2024-08-05" version="0.3.4">
<description>
<ul>
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.4</string>
<string>v0.3.5</string>
<key>CFBundleExecutable</key>
<string>QRookie</string>
<key>CFBundlePackageType</key>
Expand Down

0 comments on commit bd4526d

Please sign in to comment.