Skip to content

Commit

Permalink
Increment version to 0.4.0-RC3
Browse files Browse the repository at this point in the history
  • Loading branch information
toasterofbread committed Jul 30, 2024
1 parent 2b7a40c commit 5acbf01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
spmp_package =
let
pname = "spmp";
version = "0.4.0-RC2";
version = "0.4.0-RC3";
in
pkgs.stdenv.mkDerivation {
inherit pname version;

src = pkgs.fetchurl {
url = "https://github.com/toasterofbread/spmp/releases/download/v${version}/spmp-v${version}-linux-x86_64.tar.gz";
hash = "sha256-yHTRTpYPJcYZmPwWsrYa+t8MWWtLZYCsGTJkQWCr7ho=";
hash = "sha256-HyG71IFfbdTracow68c1Hg6eq7M1/ZuxAHAWk1lDx/U=";
};

nativeBuildInputs = with pkgs; [
Expand Down Expand Up @@ -84,7 +84,7 @@
zsync

# For testing new releases
spmp_package
# spmp_package
] ++ runtime_packages;

JAVA_21_HOME = "${pkgs.jdk21}/lib/openjdk";
Expand Down
4 changes: 2 additions & 2 deletions shared/src/commonMain/resources/assets/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
- flake.nix
- toasterofbread/flatpak-repo
-->
<string name="version_string" translatable="false">0.4.0-RC2</string>
<string name="version_code" translatable="false">15</string>
<string name="version_string" translatable="false">0.4.0-RC3</string>
<string name="version_code" translatable="false">16</string>

<string name="app_name" translatable="false">SpMp</string>
<string name="app_name_debug" translatable="false">SpMp (debug)</string>
Expand Down

0 comments on commit 5acbf01

Please sign in to comment.