[Pkg-mozext-commits] [wot] 194/226: updated version to 20140113

David Prévot taffit at moszumanska.debian.org
Fri May 1 00:35:50 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository wot.

commit 240c34689eb6489b94b98ebbdef1508339f64257
Author: Sergey Andryukhin <sorgoz at yandex.com>
Date:   Mon Jan 13 14:50:53 2014 +0200

    updated version to 20140113
---
 content/config.js               | 2 +-
 content/injections/wot_proxy.js | 2 +-
 content/rw/wot.js               | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/content/config.js b/content/config.js
index fa620bb..3f07581 100644
--- a/content/config.js
+++ b/content/config.js
@@ -19,7 +19,7 @@
 */
 
 const WOT_PLATFORM = "firefox";
-const WOT_VERSION  = "20131118";
+const WOT_VERSION  = "20140113";
 
 /*
  * Constants
diff --git a/content/injections/wot_proxy.js b/content/injections/wot_proxy.js
index 074c982..43e66d6 100644
--- a/content/injections/wot_proxy.js
+++ b/content/injections/wot_proxy.js
@@ -24,7 +24,7 @@
 * */
 
 var wot = {
-	version: "20131118",    // TODO: init this value from the add-on core code
+	version: "20140113",    // TODO: init this value from the add-on core code
 	platform: "firefox",
 	debug: false,           // when changing this, don't forget to switch ga_id value also!
 	default_component: 0,
diff --git a/content/rw/wot.js b/content/rw/wot.js
index be59447..2e1cc68 100644
--- a/content/rw/wot.js
+++ b/content/rw/wot.js
@@ -1,6 +1,6 @@
 /*
 	wot.js
-	Copyright © 2009 - 2013  WOT Services Oy <info at mywot.com>
+	Copyright © 2009 - 2014  WOT Services Oy <info at mywot.com>
 
 	This file is part of WOT.
 
@@ -19,7 +19,7 @@
 */
 
 var wot = {
-	version: 20131118,
+	version: 20140113,
 	platform: "firefox",
     locale: "en",           // cached value of the locale
     lang: "en-US",          // cached value of the lang

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/wot.git



More information about the Pkg-mozext-commits mailing list