Skip to content

Commit 5acbf01

Browse files
Increment version to 0.4.0-RC3
1 parent 2b7a40c commit 5acbf01

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

flake.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@
3333
spmp_package =
3434
let
3535
pname = "spmp";
36-
version = "0.4.0-RC2";
36+
version = "0.4.0-RC3";
3737
in
3838
pkgs.stdenv.mkDerivation {
3939
inherit pname version;
4040

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

4646
nativeBuildInputs = with pkgs; [
@@ -84,7 +84,7 @@
8484
zsync
8585

8686
# For testing new releases
87-
spmp_package
87+
# spmp_package
8888
] ++ runtime_packages;
8989

9090
JAVA_21_HOME = "${pkgs.jdk21}/lib/openjdk";

shared/src/commonMain/resources/assets/values/strings.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
- flake.nix
77
- toasterofbread/flatpak-repo
88
-->
9-
<string name="version_string" translatable="false">0.4.0-RC2</string>
10-
<string name="version_code" translatable="false">15</string>
9+
<string name="version_string" translatable="false">0.4.0-RC3</string>
10+
<string name="version_code" translatable="false">16</string>
1111

1212
<string name="app_name" translatable="false">SpMp</string>
1313
<string name="app_name_debug" translatable="false">SpMp (debug)</string>

0 commit comments

Comments
 (0)