Skip to content

Commit cffa492

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

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/doxygen/config.doxyfile

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

51-
PROJECT_NUMBER = v3.3.0
51+
PROJECT_NUMBER = v3.3.1
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 : "coreJSON"
2-
version: "v3.3.0+"
2+
version: "v3.3.1"
33
description: |
44
"A parser strictly enforcing the ECMA-404 JSON standard, suitable for microcontrollers. \n"
55
license: "MIT"

source/include/core_json.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
* If JSON_LIBRARY_VERSION ends with + it represents the version in development
4848
* after the numbered release.
4949
*/
50-
#define JSON_LIBRARY_VERSION "v3.3.0+"
50+
#define JSON_LIBRARY_VERSION "v3.3.1"
5151
/** @endcond */
5252

5353
/**

0 commit comments

Comments
 (0)