changed all plugin branches to stable-1.2.2

This commit is contained in:
make-ing 2015-09-11 11:00:25 +02:00
parent 304c0919a7
commit 2f04ef43d5

View file

@ -140,21 +140,21 @@ class SoftwareUpdatePlugin(octoprint.plugin.BlueprintPlugin,
"type": "github_commit",
"repo": "mrbeam-inkscape-ext",
"user": "mrbeam",
"branch": "mrbeam-stable",
"branch": "stable-1.2.2",
},
"lcd": {
"update_folder": "/home/pi/lcd",
"type": "github_commit",
"repo": "lcd",
"user": "mrbeam",
"branch": "mrbeam-stable",
"branch": "stable-1.2.2",
},
"netconnectd": {
"update_folder": "/home/pi/netconnectd",
"type": "github_commit",
"repo": "netconnectd",
"user": "mrbeam",
"branch": "mrbeam-stable",
"branch": "stable-1.2.2",
},
},