From 44c9ee38cad997429c43853d689fa3be7a758330 Mon Sep 17 00:00:00 2001 From: Hideaki Tai Date: Thu, 8 Feb 2024 00:54:48 +0900 Subject: [PATCH] chore: bump version to v0.4.2 --- README.md | 1 + library.json | 2 +- library.properties | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1e89556..4131a6d 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ If you have already installed this library before v0.3.0, please follow: - Supports multiple WiFi/Ethernet libraries - WiFi - WiFiNINA + - WiFiS3 (Arduino Uno R4 WiFi) - Ethernet - EthernetENC - ETH (ESP32) diff --git a/library.json b/library.json index dac8a83..6209411 100644 --- a/library.json +++ b/library.json @@ -11,7 +11,7 @@ "url": "https://github.com/hideakitai", "maintainer": true }, - "version": "0.4.1", + "version": "0.4.2", "license": "MIT", "frameworks": "*", "platforms": "*", diff --git a/library.properties b/library.properties index 96385ee..7517bab 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ArtNet -version=0.4.1 +version=0.4.2 author=hideakitai maintainer=hideakitai sentence=Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)