diff --git a/library.json b/library.json index 6263874..51e0bc6 100644 --- a/library.json +++ b/library.json @@ -1,7 +1,7 @@ { - "name": "AD7606 - Dev", + "name": "AD7606", "keywords": "AD7606, AD7606-6, AD7606-4, ADC, Serial, Parallel", - "description": "Arduino library for AD7606 - Parallel/Serial 16 bit ADC - Dev branch", + "description": "Arduino library for AD7606 - Parallel/Serial 16 bit ADC", "authors": [ { @@ -13,9 +13,9 @@ "repository": { "type": "git", - "url": "https://github.com/leollo98/AD7606/tree/Dev" + "url": "https://github.com/leollo98/AD7606/" }, - "version": "0.5.0", + "version": "1.x.0", "license": "MIT", "frameworks": "Arduino", "platforms": "*", diff --git a/library.properties b/library.properties index 4a41356..ae4fa20 100644 --- a/library.properties +++ b/library.properties @@ -1,4 +1,4 @@ -name=AD7606 - Dev +name=AD7606 version=0.5.0 author=Leonardo de Macedo Sartorello maintainer=Leonardo de Macedo Sartorello