Skip to content

Commit

Permalink
Release....
Browse files Browse the repository at this point in the history
  • Loading branch information
YePpHa committed Aug 17, 2013
1 parent 10f3d5f commit 1c17caf
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions build.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@ant-version@=1.33.1
@ant-revision@=126
@ant-version@=1.33.2
@ant-revision@=130
@pastebin-api-key@=ea3b15f885762eed91d9447d0ca5b7c1
Binary file modified dist/YouTubeCenter.crx
Binary file not shown.
Binary file modified dist/YouTubeCenter.mxaddon
Binary file not shown.
Binary file modified dist/YouTubeCenter.oex
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/YouTubeCenter.safariextension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleShortVersionString</key>
<string>1.33.1</string>
<string>1.33.2</string>
<key>CFBundleVersion</key>
<string>116</string>
<key>Chrome</key>
Expand Down
8 changes: 4 additions & 4 deletions dist/YouTubeCenter.safariextension/YouTubeCenter.user.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name YouTube Center
// @namespace http://www.facebook.com/YouTubeCenter
// @version 1.33.1
// @version 1.33.2
// @author Jeppe Rune Mortensen (YePpHa)
// @description YouTube Center contains all kind of different useful functions which makes your visit on YouTube much more entertaining.
// @icon https://dl.dropboxusercontent.com/u/13162258/YouTube%20Center/icons/logo-48x48.png
Expand All @@ -26,7 +26,7 @@
// @grant GM_log
// @updateURL http://userscripts.org/scripts/source/114002.meta.js
// @downloadURL http://userscripts.org/scripts/source/114002.user.js
// @updateVersion 126
// @updateVersion 130
// @run-at document-start
// @priority 9001
// ==/UserScript==
Expand Down Expand Up @@ -3057,8 +3057,8 @@
unloads.push(unload);
};
})();
ytcenter.version = "1.33.1";
ytcenter.revision = 126;
ytcenter.version = "1.33.2";
ytcenter.revision = 130;
ytcenter.icon = {};
ytcenter.page = "none";
ytcenter._tmp_embed = {loaded: false, onReady: false};
Expand Down
8 changes: 4 additions & 4 deletions dist/YouTubeCenter.user.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name YouTube Center
// @namespace http://www.facebook.com/YouTubeCenter
// @version 1.33.1
// @version 1.33.2
// @author Jeppe Rune Mortensen (YePpHa)
// @description YouTube Center contains all kind of different useful functions which makes your visit on YouTube much more entertaining.
// @icon https://dl.dropboxusercontent.com/u/13162258/YouTube%20Center/icons/logo-48x48.png
Expand All @@ -26,7 +26,7 @@
// @grant GM_log
// @updateURL http://userscripts.org/scripts/source/114002.meta.js
// @downloadURL http://userscripts.org/scripts/source/114002.user.js
// @updateVersion 126
// @updateVersion 130
// @run-at document-start
// @priority 9001
// ==/UserScript==
Expand Down Expand Up @@ -3057,8 +3057,8 @@
unloads.push(unload);
};
})();
ytcenter.version = "1.33.1";
ytcenter.revision = 126;
ytcenter.version = "1.33.2";
ytcenter.revision = 130;
ytcenter.icon = {};
ytcenter.page = "none";
ytcenter._tmp_embed = {loaded: false, onReady: false};
Expand Down
Binary file modified dist/YouTubeCenter.xpi
Binary file not shown.

0 comments on commit 1c17caf

Please sign in to comment.