diff --git a/app/src-tauri/tauri.conf.json b/app/src-tauri/tauri.conf.json index c762d1a..9b7248a 100644 --- a/app/src-tauri/tauri.conf.json +++ b/app/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "proton", - "version": "0.2.11", + "version": "0.2.12", "identifier": "de.proton.mc", "build": { "beforeDevCommand": "npm run dev", diff --git a/flake.nix b/flake.nix index c4110ef..bca49b4 100644 --- a/flake.nix +++ b/flake.nix @@ -37,7 +37,7 @@ { packages.default = pkgs.rustPlatform.buildRustPackage rec { pname = "proton"; - version = "0.2.11"; + version = "0.2.12"; src = nix-filter { root = ./.;