Skip to content

Commit ba34c94

Browse files
authored
Update version to 1.1.0
1 parent 0024592 commit ba34c94

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)