mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Update plugin browser version to 4 as network rewrite has another set of breaking changes
This commit is contained in:
parent
b41d8eb0dd
commit
c471991044
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ class PluginBrowser(QObject, Extension):
|
|||
def __init__(self, parent=None):
|
||||
super().__init__(parent)
|
||||
|
||||
self._api_version = 3
|
||||
self._api_version = 4
|
||||
self._api_url = "http://software.ultimaker.com/cura/v%s/" % self._api_version
|
||||
|
||||
self._plugin_list_request = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue