Skip to content

Commit

Permalink
release version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
victorwads committed Aug 31, 2024
1 parent 8b4a9f2 commit 89e1a28
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.4.0
VERSION 0.4.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 @@ -22,7 +22,7 @@
{
packages.default = pkgs.stdenv.mkDerivation {
pname = "qrookie";
version = "0.4.0";
version = "0.4.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-08-31" version="0.4.1">
<description>
<ul>
<li>* chore: Fix a few typos by @MikeRatcliffe in https://github.com/glaumar/QRookie/pull/35</li>
<li>* fix: Enable button hover state by @MikeRatcliffe in https://github.com/glaumar/QRookie/pull/32</li>
</ul>
</description>
</release>
<release date="2024-08-23" version="0.4.0">
<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.4.0</string>
<string>v0.4.1</string>
<key>CFBundleExecutable</key>
<string>QRookie</string>
<key>CFBundlePackageType</key>
Expand Down

0 comments on commit 89e1a28

Please sign in to comment.