From 0c3a0e9a4c6f48bc263a310842307c62f0f17e30 Mon Sep 17 00:00:00 2001 From: Sudo-Ivan Date: Sat, 3 Jan 2026 16:05:58 -0600 Subject: [PATCH] chore(version): bump version to 4.0.0 in flake.nix and package.json --- flake.nix | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",