diff --git a/package.json b/package.json index 9eb4872..6e0f43c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reticulum-meshchatx", - "version": "3.0.0", + "version": "3.1.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 5f45e8b..a229e8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "reticulum-meshchatx" -version = "3.0.0" +version = "3.1.0" description = "A simple mesh network communications app powered by the Reticulum Network Stack" authors = [ {name = "Sudo-Ivan"}