From 33a638836428ecc85f6634866207813f52c6e6a3 Mon Sep 17 00:00:00 2001 From: Huaqi Fang <578567190@qq.com> Date: Wed, 8 Jul 2020 14:45:46 +0800 Subject: [PATCH] misc: bump version to 1.0.6 Nuclei SDK update to 0.2.4 Signed-off-by: Huaqi Fang <578567190@qq.com> --- platform.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform.json b/platform.json index 9dd1154..f4fed4d 100644 --- a/platform.json +++ b/platform.json @@ -11,7 +11,7 @@ "type": "git", "url": "https://github.com/Nuclei-Software/platform-nuclei.git" }, - "version": "1.0.5", + "version": "1.0.6", "packageRepositories": [ "https://dl.bintray.com/platformio/dl-packages/manifest.json", "http://dl.platformio.org/packages/manifest.json", @@ -34,7 +34,7 @@ "framework-nuclei-sdk": { "optional": true, "type": "framework", - "version": "~0.2.3" + "version": "~0.2.4" }, "tool-openocd-nuclei": { "optional": true,