Updated version information in preparation for release

This commit is contained in:
James Leach 2019-02-13 11:05:18 -06:00
parent 5aa5400c2f
commit f010173b73
2 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,12 @@
# OctoPrint Klipper Plugin
## Fork information:
- Current version JEL-0.1
- Changes to klipper.js, klipper_param_macro.js, and klipper_leveling.js to send
multiple GCode commands to OctoPrint.control.sendGcode as arrays of strings
instead of a single strings with line breaks or other formatting, which is not
interpreted correctly.
This plugin assists in managing and monitoring the [Klipper](https://github.com/KevinOConnor/klipper) 3D printer firmware.
### Features

View File

@ -6,7 +6,7 @@ plugin_package = "octoprint_klipper"
plugin_name = "OctoKlipper"
plugin_version = "0.2.5"
plugin_version = "0.2.5-JEL-0.1"
plugin_description = """A plugin for OctoPrint to configure,control and monitor the Klipper 3D printer software."""