Skip to content

Commit 072d106

Browse files
committed
Update to v1.2.0
1 parent 4e946a6 commit 072d106

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ assignees: ''
2424

2525
**What jsoncons library version?**
2626

27-
- [ ] Latest release 1.1.0
27+
- [ ] Latest release 1.2.0
2828
- [ ] Other release ______
2929
- [ ] master

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1.2.0 (pending on master)
1+
1.2.0
22
-----
33

44
- Fixed bugs:

include/jsoncons/config/version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include <iostream>
1111

1212
#define JSONCONS_VERSION_MAJOR 1
13-
#define JSONCONS_VERSION_MINOR 1
13+
#define JSONCONS_VERSION_MINOR 2
1414
#define JSONCONS_VERSION_PATCH 0
1515

1616
namespace jsoncons {

0 commit comments

Comments
 (0)