From 7c379748b1f07df1b5fb13c984b3117a7656f9b0 Mon Sep 17 00:00:00 2001 From: "Earle F. Philhower, III" Date: Mon, 10 Aug 2020 08:52:17 -0700 Subject: [PATCH] Use semantic version x.y.z (#293) --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 5d095349..3cdf7a46 100644 --- a/library.json +++ b/library.json @@ -14,7 +14,7 @@ "type": "git", "url": "https://github.com/earlephilhower/ESP8266Audio" }, - "version": "1.5", + "version": "1.5.0", "homepage": "https://github.com/earlephilhower/ESP8266Audio", "dependencies": { "SPI": "1.0" diff --git a/library.properties b/library.properties index 926eb3fd..0eb36bee 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ESP8266Audio -version=1.5 +version=1.5.0 author=Earle F. Philhower, III maintainer=Earle F. Philhower, III sentence=Audio file and I2S sound playing routines.