Skip to content

Commit 9de5433

Browse files
Increment version to v0.4.0-RC6
1 parent f96d1c9 commit 9de5433

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@
3434
spmp_package =
3535
let
3636
pname = "spmp";
37-
version = "0.4.0-RC5";
37+
version = "0.4.0-RC6";
3838
in
3939
pkgs.stdenv.mkDerivation {
4040
inherit pname version;
4141

4242
src = pkgs.fetchurl {
4343
url = "https://github.com/toasterofbread/spmp/releases/download/v${version}/spmp-v${version}-linux-x86_64.tar.gz";
44-
hash = "sha256-J2nsSV9LWPa1qCjaqtygtVa/mey6pQjpzeFSS6+BeIo=";
44+
hash = "sha256-NjgH1Me0zxpvy5QAEJeOx8vy2ydSNiAVmRGLnI0EgW4=";
4545
};
4646

4747
nativeBuildInputs = with pkgs; [

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
- toasterofbread/flatpak-repo
88
- Nix flake reference in docs
99
-->
10-
<string name="version_string" translatable="false">0.4.0-RC5</string>
11-
<string name="version_code" translatable="false">18</string>
10+
<string name="version_string" translatable="false">0.4.0-RC6</string>
11+
<string name="version_code" translatable="false">19</string>
1212

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

0 commit comments

Comments
 (0)