chore(version): bump version to 4.0.0 in flake.nix and package.json

This commit is contained in:
2026-01-03 16:05:58 -06:00
parent 1c153daf2a
commit 0c3a0e9a4c
2 changed files with 2 additions and 2 deletions

View File

@@ -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";