Skip to content

Commit 014097e

Browse files
authored
Merge pull request Tencent#800 from ivankravets/patch-3
Update version to 1.1.0
2 parents 0024592 + ba34c94 commit 014097e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

library.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
{
22
"name": "RapidJSON",
3+
"version": "1.1.0",
34
"keywords": "json, sax, dom, parser, generator",
45
"description": "A fast JSON parser/generator for C++ with both SAX/DOM style API",
5-
"include": "include",
6+
"export": {
7+
"include": "include"
8+
},
69
"examples": "example/*/*.cpp",
710
"repository":
811
{

0 commit comments

Comments
 (0)