diff --git a/background.js b/background.js index f70fd09..7b65bc2 100644 --- a/background.js +++ b/background.js @@ -7,7 +7,7 @@ chrome.app.runtime.onLaunched.addListener(function() { id: "BlocklyProp-Launcher", innerBounds: { width: 500, - height: 414 + height: 433 }, state: "normal", resizable: false }, function(win) { diff --git a/manifest.json b/manifest.json index 662351a..9285504 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "BlocklyProp Launcher", "description": "A Chrome application that connects your Propeller-Powered Hardware to the BlocklyProp website.", - "version": "1.0.4", + "version": "1.0.7", "manifest_version": 2, "minimum_chrome_version": "45", diff --git a/package/mac-resources/welcome.html b/package/mac-resources/welcome.html index c0002a2..b4ef5d8 100644 --- a/package/mac-resources/welcome.html +++ b/package/mac-resources/welcome.html @@ -8,6 +8,6 @@
This software installs the BlocklyProp Launcher into your Applications folder.
-Copyright (c) 2021 Parallax Inc.
+Copyright (c) 2022 Parallax Inc.