chore(release): bump version to 0.1.6.3 (setup.py, update.json)

This commit is contained in:
Markus F.J. Busche
2025-09-21 13:20:26 +02:00
parent 73c5da01f9
commit a68b7c6463
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -1,4 +1,4 @@
{
"version": "0.1.6.2"
"version": "0.1.6.3"
}