From 08f8895c726fd68ff0f2cc9666e722a72620881c Mon Sep 17 00:00:00 2001 From: Rohit Grover Date: Wed, 2 Dec 2015 13:30:43 +0000 Subject: [PATCH] update to v1.0.0; and also update version for dependency --- target.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target.json b/target.json index 46c5719..f5fa55f 100644 --- a/target.json +++ b/target.json @@ -1,8 +1,8 @@ { "name": "nrf51dk-armcc", - "version": "0.0.9", + "version": "1.0.0", "inherits": { - "nordic-nrf51822-armcc": "^0.0.1" + "nordic-nrf51822-armcc": "^1.0.0" }, "description": "Official mbed build target for the nRF51-DK 32KB platform.", "homepage": "https://github.com/ARMmbed/target-nrf51dk-armcc",