From 5a1c1de889c064b10d2d93d87c8ce0827270bd39 Mon Sep 17 00:00:00 2001 From: cp2004 <31997505+cp2004@users.noreply.github.com> Date: Wed, 15 Jul 2020 18:40:16 +0100 Subject: [PATCH] :bookmark: Prepare release of 0.2.0 --- octoprint_ws281x_led_status/templates/settings_about_tab.jinja2 | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/octoprint_ws281x_led_status/templates/settings_about_tab.jinja2 b/octoprint_ws281x_led_status/templates/settings_about_tab.jinja2 index 3da4d8b..b4a9025 100644 --- a/octoprint_ws281x_led_status/templates/settings_about_tab.jinja2 +++ b/octoprint_ws281x_led_status/templates/settings_about_tab.jinja2 @@ -6,4 +6,4 @@

Got a great feature in mind? I want to hear it! I'm open to feature requests, if you want to contribute have a look over on the repository for details

Charlie


-

Version 0.1.2

+

Version 0.2.0

diff --git a/setup.py b/setup.py index 4545c43..8e0ecda 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ plugin_name = "OctoPrint-WS281x LED Status" # The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module -plugin_version = "0.1.2" +plugin_version = "0.2.0" # The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin # module