diff --git a/flake.nix b/flake.nix index 4b1f605..7b2ff45 100644 --- a/flake.nix +++ b/flake.nix @@ -77,7 +77,7 @@ # Simple package definition for the backend packages.default = pkgs.python312Packages.buildPythonPackage { pname = "reticulum-meshchatx"; - version = "3.3.2"; + version = "4.0.0"; src = ./.; format = "pyproject"; diff --git a/package.json b/package.json index 65ed4cd..aef7822 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reticulum-meshchatx", - "version": "3.3.2", + "version": "4.0.0", "description": "A simple mesh network communications app powered by the Reticulum Network Stack", "homepage": "https://git.quad4.io/RNS-Things/MeshChatX", "author": "Sudo-Ivan",