chore: update version to 3.1.0 in package.json and pyproject.toml

This commit is contained in:
2026-01-01 20:41:08 -06:00
parent ea8ef555c2
commit d9f3e9b094
2 changed files with 2 additions and 2 deletions

View File

@@ -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",

View File

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