From 340658c74799def8ffb91cd473496c761873c090 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Fri, 26 Jan 2018 15:55:38 +0800 Subject: [PATCH] set version back to 0.18 -- will bump it during release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f06e40cc..6a7f43b6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "webtorrent-desktop", "description": "WebTorrent, the streaming torrent client. For Mac, Windows, and Linux.", - "version": "0.19.0", + "version": "0.18.0", "author": { "name": "WebTorrent, LLC", "email": "feross@webtorrent.io",