From a1cfd2467f34f97614d55b64fb9b5f1c0816d26f Mon Sep 17 00:00:00 2001 From: Leroy Baynum Date: Fri, 18 Oct 2024 17:18:16 -0400 Subject: [PATCH] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4373372c0..8fa7f61f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "framework-arduinorenesas-uno", - "version": "1.1.0", + "version": "1.1.1", "description": "Arduino Wiring-based Framework for Renesas MCUs (UNOR4 core)", "keywords": [ "framework", @@ -10,6 +10,6 @@ ], "repository": { "type": "git", - "url": "https://github.com/arduino/ArduinoCore-renesas.git" + "url": "https://github.com/vashadow/ArduinoCore-renesas.git" } }