Skip to content

Commit 044afda

Browse files
committed
increment version
1 parent f9c3d72 commit 044afda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

octoprint_bettergrblsupport/templates/bettergrblsupport_wizard.jinja2

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
If this is your first time using Better Grbl Support or it has been a while since you've used it, be sure to visit the
1313
<a href="https://github.com/synman/Octoprint-Bettergrblsupport/wiki" target="_blank">Better Grbl Support Wiki</a> to learn about its features and how they work.
1414
<br>
15-
<h4>Release Notes (2.2.0 RC4)</h4>
15+
<h4>Release Notes - 2.2.0</h4>
1616
<ul>
1717
<li>X/Y Probing and the settings necessary to run it in Plugin Properties</li>
1818
<li>X/Y Probing corresponds to Material Framing Start Position (corners only)</li>

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
plugin_name = "Better Grbl Support"
1515

1616
# The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module
17-
plugin_version = "2.2.0rc4"
17+
plugin_version = "2.2.0"
1818

1919
# The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin
2020
# module

0 commit comments

Comments
 (0)