From e05061c89ea1d267e4c2c5f685e7ce3396ce83e5 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Tue, 27 Feb 2018 20:14:54 -0800 Subject: [PATCH] 4.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0ddfa49..20b1a2a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "parse-torrent-file", "description": "Parse a .torrent file and return an object of keys/values", - "version": "4.0.3", + "version": "4.1.0", "author": { "name": "WebTorrent, LLC", "email": "feross@webtorrent.io",