Skip to content

Commit

Permalink
Update SearchExtension.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrcomputer1 committed Sep 8, 2015
1 parent 8345ead commit 6543176
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SearchExtension.js
@@ -1,6 +1,6 @@
(function(ext){

ext.version = "v1.0";
ext.version = "v1.0.1";

ext._shutdown = function() {};

Expand Down Expand Up @@ -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);
})({});

0 comments on commit 6543176

Please sign in to comment.