From 217ef23cf7905b4e5f96dd0400ddef86eaa24f2d Mon Sep 17 00:00:00 2001 From: Niko Date: Sat, 6 Jun 2026 18:03:46 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20v0.3.1=20=E2=80=94=20provisioning=20NFC?= =?UTF-8?q?/beacon=20routing,=20IP=20display?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index da46880..b3327cc 100644 --- a/package.json +++ b/package.json @@ -6,13 +6,14 @@ ["sha512.py", "https://git.aeonianengineering.net/wide/identity-micropython/raw/branch/main/sha512.py"], ["boot_manager.py", "https://git.aeonianengineering.net/wide/identity-micropython/raw/branch/main/boot_manager.py"], ["provisioning_server.py", "https://git.aeonianengineering.net/wide/identity-micropython/raw/branch/main/provisioning_server.py"], + ["provisioning_nfc.py", "https://git.aeonianengineering.net/wide/identity-micropython/raw/branch/main/provisioning_nfc.py"], ["node_access_control.py", "https://git.aeonianengineering.net/wide/identity-micropython/raw/branch/main/node_access_control.py"], ["node_sensor.py", "https://git.aeonianengineering.net/wide/identity-micropython/raw/branch/main/node_sensor.py"], ["node_relay.py", "https://git.aeonianengineering.net/wide/identity-micropython/raw/branch/main/node_relay.py"], - ["main.py", "https://git.aeonianengineering.net/wide/identity-micropython/raw/branch/main/main.py"] + ["/main.py", "https://git.aeonianengineering.net/wide/identity-micropython/raw/branch/main/main.py"] ], "deps": [ ["ssd1306", "latest"] ], - "version": "0.3.0" + "version": "0.3.1" } \ No newline at end of file