Skip to content

Commit

Permalink
include prereleases in software update
Browse files Browse the repository at this point in the history
  • Loading branch information
markwal committed Jun 23, 2015
1 parent a769d92 commit c4aa2e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions octoprint_GPX/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def get_update_information(self):
user="markwal",
repo="OctoPrint-GPX",
current=self._plugin_version,
prerelease=True,

# update method: pip
pip="https://github.com/markwal/OctoPrint-GPX/releases/download/{target_version}/OctoPrint-GPX-{target_version}.tar.gz"
Expand Down
2 changes: 1 addition & 1 deletion octoprint_GPX/static/js/gpx.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,4 @@ $(function() {
["gpxSettingsViewModel"],
["#gpx_machine_settings"]
]);
})
});

0 comments on commit c4aa2e7

Please sign in to comment.