Skip to content

Commit 1ecf73b

Browse files
committed
Bumped version to 2.0.0
1 parent f63ca6e commit 1ecf73b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xmlbuilder",
3-
"version": "1.1.2",
3+
"version": "2.0.0",
44
"keywords": [ "xml", "xmlbuilder" ],
55
"homepage": "http://github.com/oozcitak/xmlbuilder-js",
66
"description": "An XML builder for node.js",

src/XMLNode.coffee

+1
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ module.exports = class XMLNode
246246
end: (options) ->
247247
return @document().toString(options)
248248

249+
249250
# Gets the previous node
250251
prev: () ->
251252
if @isRoot

0 commit comments

Comments
 (0)