From 6543176a51d0fabf1589009b7af8c169bf12fa1b Mon Sep 17 00:00:00 2001 From: Mrcomputer1 Date: Tue, 8 Sep 2015 17:09:10 +1000 Subject: [PATCH] Update SearchExtension.js --- SearchExtension.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SearchExtension.js b/SearchExtension.js index 98242c5..fbb7bca 100644 --- a/SearchExtension.js +++ b/SearchExtension.js @@ -1,6 +1,6 @@ (function(ext){ - ext.version = "v1.0"; + ext.version = "v1.0.1"; ext._shutdown = function() {}; @@ -29,7 +29,7 @@ menus: { item: ["Title", "URL", "Content"] }, - url: 'http://mrcomputer1.github.io/SearchExtension/' + url: 'http://mrcomputer1extensions.github.io/SearchExtension/' }; ScratchExtensions.register('Search Extension', blocksMenusURL, ext); })({});