chore(release): bump version to 3.3.2 in package.json, pyproject.toml, and version.py

This commit is contained in:
Sudo-Ivan
2026-01-02 11:12:00 -06:00
parent 8e976f39bb
commit aaa1e9b0c3
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -3,4 +3,4 @@ Auto-generated helper so Python tooling and the Electron build
share the same version string.
"""
__version__ = "3.3.1"
__version__ = "3.3.2"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "reticulum-meshchatx",
"version": "3.3.1",
"version": "3.3.2",
"description": "A simple mesh network communications app powered by the Reticulum Network Stack",
"homepage": "https://git.quad4.io/RNS-Things/MeshChatX",
"author": "Sudo-Ivan",
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "reticulum-meshchatx"
version = "3.3.0"
version = "3.3.2"
description = "A simple mesh network communications app powered by the Reticulum Network Stack"
authors = [
{name = "Sudo-Ivan"}