From 89e1a28565b04a1d2bec8d4752f6545ea1761a5e Mon Sep 17 00:00:00 2001 From: Victor Wads Date: Sat, 31 Aug 2024 20:00:39 -0300 Subject: [PATCH] release version 0.4.1 --- CMakeLists.txt | 2 +- flake.nix | 2 +- io.github.glaumar.QRookie.metainfo.xml | 8 ++++++++ macOs/Info.plist | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6d8c38c..9cb1954 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/flake.nix b/flake.nix index 2923b29..cd41e2e 100644 --- a/flake.nix +++ b/flake.nix @@ -22,7 +22,7 @@ { packages.default = pkgs.stdenv.mkDerivation { pname = "qrookie"; - version = "0.4.0"; + version = "0.4.1"; src = ./.; diff --git a/io.github.glaumar.QRookie.metainfo.xml b/io.github.glaumar.QRookie.metainfo.xml index ae78319..1149c36 100644 --- a/io.github.glaumar.QRookie.metainfo.xml +++ b/io.github.glaumar.QRookie.metainfo.xml @@ -37,6 +37,14 @@ + + +
    +
  • * chore: Fix a few typos by @MikeRatcliffe in https://github.com/glaumar/QRookie/pull/35
  • +
  • * fix: Enable button hover state by @MikeRatcliffe in https://github.com/glaumar/QRookie/pull/32
  • +
+
+
    diff --git a/macOs/Info.plist b/macOs/Info.plist index 1e43c92..4bacb40 100644 --- a/macOs/Info.plist +++ b/macOs/Info.plist @@ -7,7 +7,7 @@ CFBundleIdentifier io.github.glaumar.QRookie CFBundleVersion - v0.4.0 + v0.4.1 CFBundleExecutable QRookie CFBundlePackageType