diff --git a/docs/doxygen/config.doxyfile b/docs/doxygen/config.doxyfile index 7ed9a1cb..23beea0e 100644 --- a/docs/doxygen/config.doxyfile +++ b/docs/doxygen/config.doxyfile @@ -48,7 +48,7 @@ PROJECT_NAME = coreHTTP # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = v3.1.2 +PROJECT_NUMBER = v3.1.3 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/manifest.yml b/manifest.yml index f0ff6acd..79cd0cc6 100644 --- a/manifest.yml +++ b/manifest.yml @@ -1,5 +1,5 @@ name: "coreHTTP" -version: "v3.1.2" +version: "v3.1.3" description: "Client implementation of the HTTP/1.1 specification for embedded devices." license: "MIT" diff --git a/source/include/core_http_client.h b/source/include/core_http_client.h index be273365..b33b78b0 100644 --- a/source/include/core_http_client.h +++ b/source/include/core_http_client.h @@ -46,7 +46,7 @@ * If HTTP_LIBRARY_VERSION ends with + it represents the version in development * after the numbered release. */ -#define HTTP_LIBRARY_VERSION "v3.1.2" +#define HTTP_LIBRARY_VERSION "v3.1.3" /** @endcond */ /* HTTP_DO_NOT_USE_CUSTOM_CONFIG allows building the HTTP Client library