From b4d9d360e0b317d271906ec9f64afdbba05c041a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Tue, 20 Oct 2015 09:56:34 +0200 Subject: [PATCH] Bump yotta dependencies version --- yotta/data/module.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yotta/data/module.json b/yotta/data/module.json index 51b95b231..848ad03f9 100644 --- a/yotta/data/module.json +++ b/yotta/data/module.json @@ -1,6 +1,6 @@ { "name": "mbedtls", - "version": "2.1.3", + "version": "2.1.4", "description": "The mbed TLS crypto/SSL/TLS library", "licenses": [ { @@ -10,9 +10,9 @@ ], "dependencies": {}, "targetDependencies": { - "mbed": { "cmsis-core": "~0.4.0" } + "mbed": { "cmsis-core": "^1.0.0" } }, "testTargetDependencies": { - "mbed": { "sockets": "~0.6.0" } + "mbed": { "sockets": "^1.0.0" } } }