Skip to content

Commit

Permalink
New Version 1.25.2
Browse files Browse the repository at this point in the history
#204 typo, external API affected (e.g. used by DashBoard - Plugin)
  • Loading branch information
OllisGit committed Jan 31, 2021
1 parent d630580 commit 8b3eda0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion octoprint_DisplayLayerProgress/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1141,7 +1141,6 @@ def _getPluginInformation(self, pluginKey):
def get_displayLayerProgressValues(self):

# return data via the default API endpoint
layerOffset = self._cachedSettings.getIntVaue(SETTINGS_KEY_LAYER_OFFSET)
return flask.jsonify({
"layer": {
"total": self._getTotalLayerCountAsString(),
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 = "DisplayLayerProgress"

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

# 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 8b3eda0

Please sign in to comment.