Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/miloyip/rapidjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kravets <me@ikravets.com>2016-11-28 13:53:24 +0300
committerGitHub <noreply@github.com>2016-11-28 13:53:24 +0300
commitba34c94533b67d81bef4f7eb80d941a768c2496b (patch)
tree41707df01bcb6ac9d541902d2cc26cc751dd98cd /library.json
parent0024592c239d99b605f9e04a7516d43d3c176f79 (diff)
Update version to 1.1.0
Diffstat (limited to 'library.json')
-rw-r--r--library.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/library.json b/library.json
index 47fd352a..21d6bcec 100644
--- a/library.json
+++ b/library.json
@@ -1,8 +1,11 @@
{
"name": "RapidJSON",
+ "version": "1.1.0",
"keywords": "json, sax, dom, parser, generator",
"description": "A fast JSON parser/generator for C++ with both SAX/DOM style API",
- "include": "include",
+ "export": {
+ "include": "include"
+ },
"examples": "example/*/*.cpp",
"repository":
{