Skip to content

Commit

Permalink
v1.0.5 - support Confluence v4
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpduane committed Jun 8, 2016
1 parent fdc49d7 commit ed3827a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ Construct Confluence.
| config.username | <code>string</code> |
| config.password | <code>string</code> |
| config.baseUrl | <code>string</code> |
| config.version | <code>number</code> (optional) |

<a name="Confluence+getSpace"></a>
### confluence.getSpace(space, callback)
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -18,7 +18,10 @@
"node.js"
],
"author": "John Duane <[email protected]>",
"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"
Expand Down

0 comments on commit ed3827a

Please sign in to comment.