From 03e285252e12c56b4cab7763199f9fe9992428fa Mon Sep 17 00:00:00 2001 From: David Chambers Date: Sun, 25 Mar 2018 21:20:27 +0200 Subject: [PATCH] Version 0.14.0 --- LICENSE | 2 +- package.json | 2 +- test/line-endings/CR.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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