From d9f3e9b0943f295be8fd9c1d66bef79e34337f9d Mon Sep 17 00:00:00 2001 From: Sudo-Ivan Date: Thu, 1 Jan 2026 20:41:08 -0600 Subject: [PATCH] chore: update version to 3.1.0 in package.json and pyproject.toml --- package.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"}