From 821add9d465fa00b07820219a5d7409a95054870 Mon Sep 17 00:00:00 2001 From: Sudo-Ivan Date: Fri, 2 Jan 2026 01:32:34 -0600 Subject: [PATCH] chore(pyproject): bump version from 3.2.0 to 3.3.0 --- meshchatx/src/version.py | 2 +- package.json | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meshchatx/src/version.py b/meshchatx/src/version.py index ba8f0fe..d7384be 100644 --- a/meshchatx/src/version.py +++ b/meshchatx/src/version.py @@ -3,4 +3,4 @@ Auto-generated helper so Python tooling and the Electron build share the same version string. """ -__version__ = '3.2.0' +__version__ = '3.3.0' diff --git a/package.json b/package.json index c9abb14..2f9e370 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reticulum-meshchatx", - "version": "3.2.0", + "version": "3.3.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", diff --git a/pyproject.toml b/pyproject.toml index 0dd30a8..806387f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "reticulum-meshchatx" -version = "3.2.0" +version = "3.3.0" description = "A simple mesh network communications app powered by the Reticulum Network Stack" authors = [ {name = "Sudo-Ivan"}