Skip to content

Commit

Permalink
Fix error in example.js
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkourlas committed Mar 4, 2015
1 parent ff162c8 commit 3ea7c8d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.9 ##

* Fix error in example.js

## 0.1.8 ##

* Reconcile readme and tests with examples
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Parses JavaScript objects into XML",
"keywords": ["convert","converter","js","json","object","objects","parse","parser","xml"],
"homepage": "http://www.kourlas.net",
"version": "0.1.8",
"version": "0.1.9",
"author": "Michael Kourlas <michael@kourlas.net>",
"main": "./lib/js2xmlparser.js",
"repository" : {
Expand Down

0 comments on commit 3ea7c8d

Please sign in to comment.