From eb2964aec8419903f1b203facd70fb34422a798c Mon Sep 17 00:00:00 2001 From: Ben Langfeld Date: Wed, 15 Apr 2015 10:38:36 -0300 Subject: [PATCH] Upgrade to latest Strophe.js release --- bower.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index c980b87c..2944fb82 100644 --- a/bower.json +++ b/bower.json @@ -31,9 +31,9 @@ "tests" ], "dependencies": { - "jquery": "~1.10.2", - "strophe": "1.1.3", - "strophejs-plugins": "strophe/strophejs-plugins#07db748ca084a951709969f1002e4c4614af5fcf", + "jquery": "~1.11.0", + "strophe": "strophe/strophejs#1.2.1", + "strophejs-plugins": "strophe/strophejs-plugins#39d67d66e900bce8b990d9214bffe6593a96ddf7", "mustache": "0.3.0", "jquery-i18n": "1.1.1" }