From a68b7c64639d65d7d82f6f6c24d8b0975f8a5e74 Mon Sep 17 00:00:00 2001 From: "Markus F.J. Busche" Date: Sun, 21 Sep 2025 13:20:26 +0200 Subject: [PATCH] chore(release): bump version to 0.1.6.3 (setup.py, update.json) --- octoprint_tailscale_funnel/setup.py | 2 +- octoprint_tailscale_funnel/update.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/octoprint_tailscale_funnel/setup.py b/octoprint_tailscale_funnel/setup.py index 0ef0b88..81506c7 100644 --- a/octoprint_tailscale_funnel/setup.py +++ b/octoprint_tailscale_funnel/setup.py @@ -14,7 +14,7 @@ plugin_package = "octoprint_tailscale_funnel" plugin_name = "OctoPrint-Tailscale-Funnel" # The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module -plugin_version = "0.1.6.2" +plugin_version = "0.1.6.3" # The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin # module diff --git a/octoprint_tailscale_funnel/update.json b/octoprint_tailscale_funnel/update.json index 64643f2..5cfab55 100644 --- a/octoprint_tailscale_funnel/update.json +++ b/octoprint_tailscale_funnel/update.json @@ -1,4 +1,4 @@ { - "version": "0.1.6.2" + "version": "0.1.6.3" }