Skip to content
This repository was archived by the owner on Jul 29, 2023. It is now read-only.

Commit cd7d3ce

Browse files
author
Alex Sørlie Glomsaas
committed
Bump
1 parent 3c8ec80 commit cd7d3ce

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Chrome/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Reddit Comments for YouTube",
66
"author": "Delexious",
77
"homepage_url": "http://alientube.co/",
8-
"version": "1.2",
8+
"version": "1.2.2",
99
"icons": { "16": "icon16.png",
1010
"48": "icon48.png",
1111
"128": "icon128.png" },
@@ -15,7 +15,7 @@
1515

1616
"content_scripts": [
1717
{
18-
"matches": ["*://youtube.com/*", "*://www.youtube.com/*", "*://alientube.co/"],
18+
"matches": ["*://www.youtube.com/*", "*://alientube.co/"],
1919
"js": ["js/jquery-1.9.1.min.js", "js/mustache.js", "js/snuownd.js", "js/script.js"],
2020
"css": ["res/style.css"]
2121
}

Firefox/install.rdf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Description about="urn:mozilla:install-manifest">
77

88
<em:id>alex@delexious.com</em:id>
9-
<em:version>1.2</em:version>
9+
<em:version>1.2.2</em:version>
1010
<em:type>2</em:type>
1111

1212
<!-- Front End Metadata -->

Firefox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Reddit comments, in your YouTube!",
66
"author": "Delexious",
77
"license": "BSD 3",
8-
"version": "1.2",
8+
"version": "1.2.2",
99

1010
"permissions": {
1111
"cross-domain-content": ["http://www.reddit.com/", "https://pay.reddit.com/"]

Safari.safariextension/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
<key>Author</key>
66
<string>Delexious</string>
77
<key>Builder Version</key>
8-
<string>10538.35.8</string>
8+
<string>10538.39.41</string>
99
<key>CFBundleDisplayName</key>
1010
<string>AlienTube</string>
1111
<key>CFBundleIdentifier</key>
1212
<string>com.delexious.alientube</string>
1313
<key>CFBundleInfoDictionaryVersion</key>
1414
<string>6.0</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>1.2</string>
16+
<string>1.2.2</string>
1717
<key>CFBundleVersion</key>
1818
<string>1.2</string>
1919
<key>Chrome</key>

0 commit comments

Comments
 (0)