Update bower.json

The version specified in the bower.json of package converse mismatches the tag (0.5.2 vs 0.5.0)
This commit is contained in:
HaNdTriX 2013-08-13 12:06:58 +02:00
parent af1a08e9b6
commit fd6fdd748d

View File

@ -1,6 +1,6 @@
{ {
"name": "converse", "name": "converse",
"version": "0.5.0", "version": "0.5.2",
"devDependencies": { "devDependencies": {
"jasmine": "https://github.com/jcbrand/jasmine.git#1_3_x" "jasmine": "https://github.com/jcbrand/jasmine.git#1_3_x"
}, },