Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/doxygen/config.doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion manifest.yml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion source/include/core_http_client.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading