Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ssorgatem committed Sep 26, 2020
1 parent aa13461 commit 1170a98
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This plugin is using the GPIO.BOARD numbering scheme, the pin being used needs t

## Features

* Configurable GPIO pin.
* Configurable GPIO pin (including the type of resistor on the pin)
* Debounce noisy sensors.
* Support normally open and normally closed sensors.
* Execution of custom GCODE when out of filament detected.
Expand Down
2 changes: 1 addition & 1 deletion octoprint_filamentreload/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ def get_update_information(self):


__plugin_name__ = "Filament Sensor Reloaded"
__plugin_version__ = "1.2.0"
__plugin_version__ = "1.3.0"
__plugin_pythoncompat__ = ">=2.7,<4"


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
plugin_name = "Octoprint-filamentreload"

# The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module
plugin_version = "1.2.0"
plugin_version = "1.3.0"

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

0 comments on commit 1170a98

Please sign in to comment.