Skip to content

Commit 192b96c

Browse files
[AUTO][RELEASE]: Update version numbers (#203)
Co-authored-by: jasonpcarroll <jasonpcarroll@users.noreply.github.com>
1 parent 1d5309d commit 192b96c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/doxygen/config.doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PROJECT_NAME = coreHTTP
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER = v3.1.1
51+
PROJECT_NUMBER = v3.1.2
5252

5353
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454
# for a project that appears at the top of each page and should give viewer a

manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "coreHTTP"
2-
version: "v3.1.1+"
2+
version: "v3.1.2"
33
description:
44
"Client implementation of the HTTP/1.1 specification for embedded devices."
55
license: "MIT"

source/include/core_http_client.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
* If HTTP_LIBRARY_VERSION ends with + it represents the version in development
4747
* after the numbered release.
4848
*/
49-
#define HTTP_LIBRARY_VERSION "v3.1.1+"
49+
#define HTTP_LIBRARY_VERSION "v3.1.2"
5050
/** @endcond */
5151

5252
/* HTTP_DO_NOT_USE_CUSTOM_CONFIG allows building the HTTP Client library

0 commit comments

Comments
 (0)