Skip to content

Commit d570fc0

Browse files
committed
Updated Solo link to HTTPS://
1 parent 882a882 commit d570fc0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ document.addEventListener('DOMContentLoaded', function() {
153153
}
154154

155155
$('open-blocklypropsolo').onclick = function() {
156-
chrome.browser.openTab({ url: "http://solo.parallax.com/"});
156+
chrome.browser.openTab({ url: "https://solo.parallax.com/"});
157157
};
158158

159159
$('open-blocklyprop').onclick = function() {

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "BlocklyProp Launcher",
33
"description": "A Chrome application that connects your Propeller-Powered Hardware to the BlocklyProp website.",
4-
"version": "0.10.0",
4+
"version": "0.11.0",
55
"manifest_version": 2,
66
"minimum_chrome_version": "45",
77

0 commit comments

Comments
 (0)