From 2010751be07c85096f6faa3dd8cf75048b939e08 Mon Sep 17 00:00:00 2001 From: babyman Date: Sun, 12 Jan 2014 07:17:22 -0500 Subject: [PATCH] bumped version number and copyright year. --- quick-tabs/assets/styles-options.css | 2 +- quick-tabs/assets/styles-popup-window.css | 2 +- quick-tabs/assets/styles-popup.css | 2 +- quick-tabs/assets/styles.css | 2 +- quick-tabs/background.js | 2 +- quick-tabs/manifest.json | 2 +- quick-tabs/options.html | 2 +- quick-tabs/options.js | 2 +- quick-tabs/popup.html | 2 +- quick-tabs/popup.js | 2 +- readme.textile | 6 ++++-- 11 files changed, 14 insertions(+), 12 deletions(-) diff --git a/quick-tabs/assets/styles-options.css b/quick-tabs/assets/styles-options.css index f88376d..a70cec6 100644 --- a/quick-tabs/assets/styles-options.css +++ b/quick-tabs/assets/styles-options.css @@ -1,5 +1,5 @@ /* -Copyright (c) 2009 - 2013, Evan Jehu +Copyright (c) 2009 - 2014, Evan Jehu All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/quick-tabs/assets/styles-popup-window.css b/quick-tabs/assets/styles-popup-window.css index cd6e8d8..fc01db7 100644 --- a/quick-tabs/assets/styles-popup-window.css +++ b/quick-tabs/assets/styles-popup-window.css @@ -1,5 +1,5 @@ /* -Copyright (c) 2009 - 2013, Evan Jehu +Copyright (c) 2009 - 2014, Evan Jehu All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/quick-tabs/assets/styles-popup.css b/quick-tabs/assets/styles-popup.css index 62e63bf..61302c7 100644 --- a/quick-tabs/assets/styles-popup.css +++ b/quick-tabs/assets/styles-popup.css @@ -1,5 +1,5 @@ /* -Copyright (c) 2009 - 2013, Evan Jehu +Copyright (c) 2009 - 2014, Evan Jehu All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/quick-tabs/assets/styles.css b/quick-tabs/assets/styles.css index 62add51..fd10532 100644 --- a/quick-tabs/assets/styles.css +++ b/quick-tabs/assets/styles.css @@ -1,5 +1,5 @@ /* -Copyright (c) 2009 - 2013, Evan Jehu +Copyright (c) 2009 - 2014, Evan Jehu All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/quick-tabs/background.js b/quick-tabs/background.js index 5673296..9974be2 100644 --- a/quick-tabs/background.js +++ b/quick-tabs/background.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2009 - 2013, Evan Jehu +Copyright (c) 2009 - 2014, Evan Jehu All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/quick-tabs/manifest.json b/quick-tabs/manifest.json index acabe14..e3ec113 100644 --- a/quick-tabs/manifest.json +++ b/quick-tabs/manifest.json @@ -19,7 +19,7 @@ "options_page": "options.html", "permissions": [ "tabs", "http://*/", "https://*/" ], "update_url": "http://clients2.google.com/service/update2/crx", - "version": "2013.11.2", + "version": "2014.1.12", "commands": { "_execute_browser_action": { diff --git a/quick-tabs/options.html b/quick-tabs/options.html index 765b4e3..3356776 100644 --- a/quick-tabs/options.html +++ b/quick-tabs/options.html @@ -1,5 +1,5 @@