From 973df67aafb424f2d3e05916994b86f6bfe0e4c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Wed, 22 Apr 2015 18:53:51 +0100 Subject: [PATCH] Update module.json - version - private=true --- module.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/module.json b/module.json index 5f1e4eec4..3da7cf4ee 100644 --- a/module.json +++ b/module.json @@ -1,13 +1,13 @@ { "name": "mbedtls", - "version": "1.5.0-alpha1", - "licenses":[{ + "version": "1.5.0-alpha2", + "private": true, + "licenses": [{ "type": "GPL-2.0", "url": "https://spdx.org/licenses/GPL-2.0" }], "extraIncludes": ["include"], - "dependencies":{ - }, + "dependencies": {}, "targetDependencies": { "arm": { "mbed": "ARMmbed/mbed-sdk"