diff --git a/library.json b/library.json index f78038d..fd01887 100644 --- a/library.json +++ b/library.json @@ -2,18 +2,16 @@ "name": "ArtNet", "keywords": "Art-Net,Artnet,Ethernet,WiFi", "description": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)binary data packer / unpacker", - "repository": - { + "repository": { "type": "git", "url": "https://github.com/hideakitai/ArtNet.git" }, - "authors": - { + "authors": { "name": "Hideaki Tai", "url": "https://github.com/hideakitai", "maintainer": true }, - "version": "0.1.3", + "version": "0.1.4", "license": "MIT", "frameworks": "*", "platforms": "*" diff --git a/library.properties b/library.properties index a3442c5..f37884f 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ArtNet -version=0.1.3 +version=0.1.4 author=hideakitai maintainer=hideakitai sentence=Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)