Skip to content

Commit eb310f4

Browse files
committed
chore: bump version numbers
1 parent 3a84a2b commit eb310f4

3 files changed

Lines changed: 4 additions & 4 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.99.{build}
1+
version: 0.9.0.{build}
22

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

includes/sjson/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
////////////////////////////////////////////////////////////////////////////////
3030

3131
#define SJSON_CPP_VERSION_MAJOR 0
32-
#define SJSON_CPP_VERSION_MINOR 8
33-
#define SJSON_CPP_VERSION_PATCH 99
32+
#define SJSON_CPP_VERSION_MINOR 9
33+
#define SJSON_CPP_VERSION_PATCH 0
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.99
5+
sonar.projectVersion=0.9.0
66

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

0 commit comments

Comments
 (0)