From 3044568f85224e0f5f13b19c15640ef3f1629ff7 Mon Sep 17 00:00:00 2001 From: "Earle F. Philhower, III" Date: Tue, 31 Dec 2024 10:30:46 -0800 Subject: [PATCH] Update version --- library.json | 12 ++++++------ library.properties | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/library.json b/library.json index ac419f22..79970df8 100644 --- a/library.json +++ b/library.json @@ -12,15 +12,15 @@ ], "repository": { "type": "git", - "url": "/~https://github.com/earlephilhower/ESP8266Audio" + "url": "/~https://github.com/earlephilhower/ESP8266Audio" }, - "version": "1.9.9", + "version": "2.0.0", "homepage": "/~https://github.com/earlephilhower/ESP8266Audio", "frameworks": "Arduino", "examples": [ "examples/*/*.ino" ], - "build": { - "libLDFMode": "deep" - } -} + "build": { + "libLDFMode": "deep" + } +} \ No newline at end of file diff --git a/library.properties b/library.properties index 845f69c1..acf74ab0 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ESP8266Audio -version=1.9.9 +version=2.0.0 author=Earle F. Philhower, III maintainer=Earle F. Philhower, III sentence=Audio file and I2S sound playing routines for ESP8266, ESP32, and Raspberry Pi Pico RP2040