diff --git a/include/etl/version.h b/include/etl/version.h index 1e38de66..91e830ac 100644 --- a/include/etl/version.h +++ b/include/etl/version.h @@ -39,7 +39,7 @@ SOFTWARE. #define ETL_VERSION_MAJOR 14 #define ETL_VERSION_MINOR 31 -#define ETL_VERSION_PATCH 1 +#define ETL_VERSION_PATCH 2 #define ETL_VERSION ETL_STRINGIFY(ETL_VERSION_MAJOR) "." ETL_STRINGIFY(ETL_VERSION_MINOR) "." ETL_STRINGIFY(ETL_VERSION_PATCH) #define ETL_VERSION_W ETL_STRINGIFY(ETL_VERSION_MAJOR) L"." ETL_STRINGIFY(ETL_VERSION_MINOR) L"." ETL_STRINGIFY(ETL_VERSION_PATCH) diff --git a/library.json b/library.json index 46f20a1f..73889a7c 100644 --- a/library.json +++ b/library.json @@ -3,12 +3,18 @@ "version": "14.31.1", "authors": { "name": "John Wellbelove", - "email": "" + "email": "" }, "homepage": "https://www.etlcpp.com/", "license": "MIT", "description": "A C++ template library tailored for embedded systems.", - "repository": "https://github.com/ETLCPP/etl.git", + "repository": { + "type": "git", + "url": "https://github.com/ETLCPP/etl.git" + }, + "build": { + "includeDir": "include" + }, "platforms": "*", "frameworks": "*" } diff --git a/support/Release notes.txt b/support/Release notes.txt index 9f3ccbb2..24f96f0e 100644 --- a/support/Release notes.txt +++ b/support/Release notes.txt @@ -1,3 +1,7 @@ +=============================================================================== +14.31.2 +More PIO json tweaks + =============================================================================== 14.31.1 Fix error in PIO json