chore: bump version to 3.2.0 in package.json, pyproject.toml, and version.py
Some checks failed
Build and Release / Build and Release (push) Successful in 2m24s
Build and Release / build_docker (push) Failing after 9m26s

This commit is contained in:
2026-01-01 22:28:28 -06:00
parent 9d8af704b8
commit c5deab0767
3 changed files with 3 additions and 3 deletions

View File

@@ -3,4 +3,4 @@ Auto-generated helper so Python tooling and the Electron build
share the same version string. share the same version string.
""" """
__version__ = '3.1.0' __version__ = '3.2.0'

View File

@@ -1,6 +1,6 @@
{ {
"name": "reticulum-meshchatx", "name": "reticulum-meshchatx",
"version": "3.1.0", "version": "3.2.0",
"description": "A simple mesh network communications app powered by the Reticulum Network Stack", "description": "A simple mesh network communications app powered by the Reticulum Network Stack",
"homepage": "https://git.quad4.io/RNS-Things/MeshChatX", "homepage": "https://git.quad4.io/RNS-Things/MeshChatX",
"author": "Sudo-Ivan", "author": "Sudo-Ivan",

View File

@@ -1,6 +1,6 @@
[project] [project]
name = "reticulum-meshchatx" name = "reticulum-meshchatx"
version = "3.1.0" version = "3.2.0"
description = "A simple mesh network communications app powered by the Reticulum Network Stack" description = "A simple mesh network communications app powered by the Reticulum Network Stack"
authors = [ authors = [
{name = "Sudo-Ivan"} {name = "Sudo-Ivan"}