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"}