diff --git a/lib/song.js b/lib/song.js
index 8cc1c8f..480e1b9 100644
--- a/lib/song.js
+++ b/lib/song.js
@@ -88,7 +88,7 @@ Song.prototype.render = function (songTemplate, transpose) {
'\n' +
'
\n' +
'{{#lineSegments}}\n' +
- '{{{formattedText}}} | \n' +
+ '{{{formattedText}}} | \n' +
'{{/lineSegments}}\n' +
'
\n' +
'\n' +
diff --git a/package.json b/package.json
index 692d7ec..c2fd314 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "chordprojs",
- "version": "0.1.0",
+ "version": "0.1.1",
"description": "Parse and manipulate ChordPro files.",
"main": "index.js",
"scripts": {