Skip to content

Commit 0301006

Browse files
committed
chore: bump version numbers
1 parent 702d6a4 commit 0301006

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.8.2.{build}
1+
version: 0.8.3.{build}
22

33
environment:
44
PYTHON: "C:\\Python36-x64\\python.exe"

includes/sjson/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
#define SJSON_CPP_VERSION_MAJOR 0
3232
#define SJSON_CPP_VERSION_MINOR 8
33-
#define SJSON_CPP_VERSION_PATCH 2
33+
#define SJSON_CPP_VERSION_PATCH 3
3434

3535
////////////////////////////////////////////////////////////////////////////////
3636
// In order to allow multiple versions of this library to coexist side by side

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ sonar.organization=nfrechette-github
22

33
sonar.projectKey=nfrechette_sjson-cpp
44
sonar.projectName=sjson-cpp
5-
sonar.projectVersion=0.8.2
5+
sonar.projectVersion=0.8.3
66

77
sonar.sources=includes,tests/sources,tests/main_generic
88

0 commit comments

Comments
 (0)