File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
octoprint_filamentsensorng Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ def sensor_callback(self, _):
155
155
156
156
def get_update_information (self ):
157
157
return dict (
158
- octoprint_filament = dict (
158
+ octoprint_filamentsensorng = dict (
159
159
displayName = "Filament Sensor NG" ,
160
160
displayVersion = self ._plugin_version ,
161
161
@@ -171,7 +171,7 @@ def get_update_information(self):
171
171
)
172
172
173
173
__plugin_name__ = "Filament Sensor NG"
174
- __plugin_version__ = "1.0.1 "
174
+ __plugin_version__ = "1.0.2 "
175
175
176
176
def __plugin_load__ ():
177
177
global __plugin_implementation__
Original file line number Diff line number Diff line change 14
14
plugin_name = "Octoprint-FilamentSensor-ng"
15
15
16
16
# The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module
17
- plugin_version = "1.0.1 "
17
+ plugin_version = "1.0.2 "
18
18
19
19
# The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin
20
20
# module
You can’t perform that action at this time.
0 commit comments