Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CSS-Tricks/The-Printliminator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorMottie <wowmotty@gmail.com>2015-09-29 07:02:37 +0300
committerMottie <wowmotty@gmail.com>2015-09-29 07:02:37 +0300
commit1a1e2b2ae1f9117d7a4a042888279587e6ba7842 (patch)
treea05c24b177b77d08ca8d83b750a303f2b75bb079 /dist
parentbd82654538270f331f025449560fca9c404333bd (diff)
Remove Chrome extension autoupdate - no longer supported :(v4.0.3
Diffstat (limited to 'dist')
-rw-r--r--dist/bookmarklet/printliminator.js4
-rw-r--r--dist/chrome.crxbin19534 -> 19508 bytes
-rw-r--r--dist/chrome.zipbin20567 -> 20541 bytes
-rw-r--r--dist/chrome/manifest.json3
-rw-r--r--dist/chrome/printliminator.js4
-rw-r--r--dist/opera.nexbin19534 -> 19508 bytes
6 files changed, 5 insertions, 6 deletions
diff --git a/dist/bookmarklet/printliminator.js b/dist/bookmarklet/printliminator.js
index 9622081..f79f8fa 100644
--- a/dist/bookmarklet/printliminator.js
+++ b/dist/bookmarklet/printliminator.js
@@ -1,4 +1,4 @@
-/* Printliminator v4.0.2
+/* Printliminator v4.0.3
* https://github.com/CSS-Tricks/The-Printliminator
*/
/*jshint expr:false */
@@ -8,7 +8,7 @@
var pl = window.thePrintliminator = {
- version : '4.0.2',
+ version : '4.0.3',
// preprocess is used to echo in settings from options.json
css : {
diff --git a/dist/chrome.crx b/dist/chrome.crx
index ce6e4e2..67a44d4 100644
--- a/dist/chrome.crx
+++ b/dist/chrome.crx
Binary files differ
diff --git a/dist/chrome.zip b/dist/chrome.zip
index 0e74db4..9b8ca94 100644
--- a/dist/chrome.zip
+++ b/dist/chrome.zip
Binary files differ
diff --git a/dist/chrome/manifest.json b/dist/chrome/manifest.json
index f131a36..b5d3135 100644
--- a/dist/chrome/manifest.json
+++ b/dist/chrome/manifest.json
@@ -1,11 +1,10 @@
{
"name": "__MSG_printliminatorName__",
- "version": "4.0.2",
+ "version": "4.0.3",
"manifest_version": 2,
"author": "Chris Coyier",
"description": "__MSG_printliminatorDescription__",
"homepage_url": "https://github.com/CSS-Tricks/The-Printliminator",
- "update_url": "https://css-tricks.github.io/The-Printliminator/updates.xml",
"default_locale": "en",
"icons": {
"16": "icon16.png",
diff --git a/dist/chrome/printliminator.js b/dist/chrome/printliminator.js
index 46eae1f..f7260f1 100644
--- a/dist/chrome/printliminator.js
+++ b/dist/chrome/printliminator.js
@@ -1,4 +1,4 @@
-/* Printliminator v4.0.2
+/* Printliminator v4.0.3
* https://github.com/CSS-Tricks/The-Printliminator
*/
/*jshint expr:false */
@@ -8,7 +8,7 @@
var pl = window.thePrintliminator = {
- version : '4.0.2',
+ version : '4.0.3',
// preprocess is used to echo in settings from options.json
css : {
diff --git a/dist/opera.nex b/dist/opera.nex
index ce6e4e2..67a44d4 100644
--- a/dist/opera.nex
+++ b/dist/opera.nex
Binary files differ