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:
authorniukuo <niukuo@foxmail.com>2016-08-29 16:46:22 +0300
committerniukuo <niukuo@foxmail.com>2016-08-29 16:48:37 +0300
commit538609cb803a7177a316072bf7e0404083c2cef8 (patch)
tree4cda91289e629409d57f530fb37003b444330469
parent17254e090e0dc3d5d1aca8efd6303cdbd07dbae1 (diff)
fix version number in package.json
Change-Id: I98622e551d258e00e27897d079ec982999572e78
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index cc6087a5..843463d7 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "rapidjson",
- "version": "1.0.4",
+ "version": "1.1.0",
"description": "![](doc/logo/rapidjson.png)",
"main": "include_dirs.js",
"directories": {