Skip to content

Commit 563938f

Browse files
Fix docs link
1 parent 3178267 commit 563938f

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.1 ##
2+
3+
* Documentation fixes
4+
15
## 1.0.0 ##
26

37
* Add null and undefined in type declarations

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ includes source maps.
7171

7272
## Usage ##
7373

74-
The documentation for the current version is available [here](http://www.kourlas.com/node-xmlcreate/docs/0.1.1/).
74+
The documentation for the current version is available [here](http://www.kourlas.com/node-xmlcreate/docs/1.0.1/).
7575

7676
You can also build the documentation using gulp:
7777

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xmlcreate",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Simple XML builder for Node.js",
55
"keywords": [
66
"build",

0 commit comments

Comments
 (0)