feat(version): bump version to 3.0.0 and add homepage URL in package.json and pyproject.toml

This commit is contained in:
2026-01-01 18:01:28 -06:00
parent 5e8e862654
commit 3f04af25b1
2 changed files with 7 additions and 3 deletions

View File

@@ -1,7 +1,8 @@
{ {
"name": "reticulum-meshchatx", "name": "reticulum-meshchatx",
"version": "2.50.0", "version": "3.0.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",
"author": "Sudo-Ivan", "author": "Sudo-Ivan",
"main": "electron/main.js", "main": "electron/main.js",
"scripts": { "scripts": {

View File

@@ -35,14 +35,17 @@ dependencies = [
"requests (>=2.32.5,<3.0.0)", "requests (>=2.32.5,<3.0.0)",
"lxst (>=0.4.5,<0.5.0)", "lxst (>=0.4.5,<0.5.0)",
"audioop-lts (>=0.2.2); python_version>='3.13'", "audioop-lts (>=0.2.2); python_version>='3.13'",
"ply (>=3.11,<4.0)", "ply (>=3.11,<4.0)",
] ]
[project.urls]
Homepage = "https://git.quad4.io/RNS-Things/MeshChatX"
[project.scripts] [project.scripts]
meshchat = "meshchatx.meshchat:main" meshchat = "meshchatx.meshchat:main"
[tool.poetry] [tool.poetry]
version = "2.50.0" version = "3.0.0"
packages = [{include = "meshchatx"}] packages = [{include = "meshchatx"}]
[tool.poetry.group.dev.dependencies] [tool.poetry.group.dev.dependencies]