diff --git a/README.md b/README.md
index 66039f5..879cc11 100644
--- a/README.md
+++ b/README.md
@@ -53,6 +53,7 @@ Construct Confluence.
| config.username | string
|
| config.password | string
|
| config.baseUrl | string
|
+| config.version | number
(optional) |
### confluence.getSpace(space, callback)
diff --git a/package.json b/package.json
index 7c45121..1909e99 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "confluence-api",
- "version": "1.0.4",
+ "version": "1.0.5",
"description": "Confluence API wrapper for NodeJS",
"main": "./lib/confluence.js",
"scripts": {
@@ -18,7 +18,10 @@
"node.js"
],
"author": "John Duane ",
- "contributors": [{"name": "lukouko", "url": "https://github.com/lukouko"}],
+ "contributors": [
+ {"name": "lukouko", "url": "https://github.com/lukouko"},
+ {"name": "Vadim Efimov", "url": "https://github.com/qvaqvaboo"}
+ ],
"license": "MIT",
"bugs": {
"url": "https://github.com/johnpduane/confluence-api/issues"