diff --git a/library.json b/library.json index cbecd55..5ae476b 100644 --- a/library.json +++ b/library.json @@ -11,16 +11,17 @@ { "name": "TMRh20", "email": "tmrh20@gmail.com", - "url": "http://tmrh20.github.io/AAAudio", + "url": "https://tmrh20.github.io/AutoAnalogAudio/", "maintainer": true }, - "version": "1.44", + "version": "1.45", "frameworks": "arduino", "platforms": [ "atmelavr", "atmelsam", - "espressifesp32" + "espressifesp32", + "nordicnrf52" ], "export": { "exclude": "examples/*/*.wav" diff --git a/library.properties b/library.properties index f7887b5..20073fa 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=AutoAnalogAudio -version=1.44 +version=1.45 author=TMRh20 maintainer=TMRh20 sentence=Automated analog reads and analog output (streaming) using Arduino DAC(or PWM), ADC, DMA and Timers