diff --git a/meshchatx/src/version.py b/meshchatx/src/version.py index 12e5a76..ba8f0fe 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.1.0' +__version__ = '3.2.0' diff --git a/package.json b/package.json index 6e0f43c..c9abb14 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reticulum-meshchatx", - "version": "3.1.0", + "version": "3.2.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 a229e8c..0dd30a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "reticulum-meshchatx" -version = "3.1.0" +version = "3.2.0" description = "A simple mesh network communications app powered by the Reticulum Network Stack" authors = [ {name = "Sudo-Ivan"}