Skip to content

Commit

Permalink
Increment version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
toasterofbread committed Aug 24, 2024
1 parent 42bb3e6 commit 9654fa8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@
spmp_package =
let
pname = "spmp";
version = "0.4.0";
version = "0.4.1";
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-FImSNHHPECYOcxprut2gnx064QttZX1oEAFT4s7iUFc=";
hash = "sha256-Du66p0Zo4OQH7dAD2Dz3KyGa4js4DNCG91rYim52G5Q=";
};

nativeBuildInputs = with pkgs; [
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 @@ -11,8 +11,8 @@
- AUR package
- dev.toastbits.spmp.metainfo.xml
-->
<string name="version_string" translatable="false">0.4.0</string>
<string name="version_code" translatable="false">20</string>
<string name="version_string" translatable="false">0.4.1</string>
<string name="version_code" translatable="false">21</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 9654fa8

Please sign in to comment.