From cea043e44f3aff06c4f4ed245012e719e6227e7f Mon Sep 17 00:00:00 2001 From: Jannis R Date: Sun, 7 Jan 2018 19:08:06 +0100 Subject: [PATCH] 2.1.0 --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d69cae39..7b0dbcf7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hafas-client", "description": "JavaScript client for HAFAS public transport APIs.", - "version": "2.0.0", + "version": "2.1.0", "main": "index.js", "files": [ "index.js", @@ -12,7 +12,9 @@ "docs" ], "author": "Jannis R ", - "contributors": ["Julius Tens "], + "contributors": [ + "Julius Tens " + ], "homepage": "https://github.com/derhuerst/hafas-client", "repository": "derhuerst/hafas-client", "bugs": "https://github.com/derhuerst/hafas-client/issues",