diff --git a/LICENSE b/LICENSE index 10b79962..75014a95 100644 --- a/LICENSE +++ b/LICENSE @@ -2,7 +2,7 @@ DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE Version 2, December 2004 - Copyright (c) 2016 David Chambers + Copyright (c) 2018 David Chambers Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long diff --git a/package.json b/package.json index fb9d8751..e258d6a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "doctest", - "version": "0.13.0", + "version": "0.14.0", "description": "Doctests for JavaScript and CoffeeScript", "license": "WTFPL", "contributors": [ diff --git a/test/line-endings/CR.js b/test/line-endings/CR.js index 44592806..f0fc59e9 100644 --- a/test/line-endings/CR.js +++ b/test/line-endings/CR.js @@ -1 +1 @@ -// > 2 * 3 * 7 // 42 \ No newline at end of file +// > 2 * 3 * 7 // 42