From 074a61baac7d71e846bc0a780faeace56b2c035f Mon Sep 17 00:00:00 2001 From: l5y <220195275+l5yth@users.noreply.github.com> Date: Mon, 8 Dec 2025 20:39:58 +0100 Subject: [PATCH] chore: bump version to 0.5.7 (#542) * chore: bump version to 0.5.7 * Change version to 0.5.7 in AppFrameworkInfo.plist Updated version numbers to 0.5.7. --- app/ios/Flutter/AppFrameworkInfo.plist | 4 ++-- app/pubspec.yaml | 2 +- data/__init__.py | 2 +- web/lib/potato_mesh/config.rb | 2 +- web/package-lock.json | 4 ++-- web/package.json | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app/ios/Flutter/AppFrameworkInfo.plist b/app/ios/Flutter/AppFrameworkInfo.plist index 163000d..bf54766 100644 --- a/app/ios/Flutter/AppFrameworkInfo.plist +++ b/app/ios/Flutter/AppFrameworkInfo.plist @@ -15,11 +15,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0 + 0.5.7 CFBundleSignature ???? CFBundleVersion - 1.0 + 0.5.7 MinimumOSVersion 14.0 diff --git a/app/pubspec.yaml b/app/pubspec.yaml index 48d27ff..fee426a 100644 --- a/app/pubspec.yaml +++ b/app/pubspec.yaml @@ -1,7 +1,7 @@ name: potato_mesh_reader description: Meshtastic Reader — read-only view for PotatoMesh messages. publish_to: "none" -version: 0.5.6 +version: 0.5.7 environment: sdk: ">=3.4.0 <4.0.0" diff --git a/data/__init__.py b/data/__init__.py index fbaa873..0aef598 100644 --- a/data/__init__.py +++ b/data/__init__.py @@ -18,7 +18,7 @@ The ``data.mesh`` module exposes helpers for reading Meshtastic node and message information before forwarding it to the accompanying web application. """ -VERSION = "0.5.6" +VERSION = "0.5.7" """Semantic version identifier shared with the dashboard and front-end.""" __version__ = VERSION diff --git a/web/lib/potato_mesh/config.rb b/web/lib/potato_mesh/config.rb index 558f901..3e1834e 100644 --- a/web/lib/potato_mesh/config.rb +++ b/web/lib/potato_mesh/config.rb @@ -175,7 +175,7 @@ module PotatoMesh # # @return [String] semantic version identifier. def version_fallback - "0.5.6" + "0.5.7" end # Default refresh interval for frontend polling routines. diff --git a/web/package-lock.json b/web/package-lock.json index 281421f..674752a 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -1,12 +1,12 @@ { "name": "potato-mesh", - "version": "0.5.6", + "version": "0.5.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "potato-mesh", - "version": "0.5.6", + "version": "0.5.7", "devDependencies": { "istanbul-lib-coverage": "^3.2.2", "istanbul-lib-report": "^3.0.1", diff --git a/web/package.json b/web/package.json index 1540e04..81d58bc 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "potato-mesh", - "version": "0.5.6", + "version": "0.5.7", "type": "module", "private": true, "scripts": {