From 633fad7556685ac2950be44c28a7250c0345505e Mon Sep 17 00:00:00 2001 From: Mahesh Bandara Wijerathna Date: Thu, 22 Aug 2019 20:24:02 +0530 Subject: [PATCH] Bump the version up and release v0.3.4375 --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 51cd548..d3fbbee 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,11 @@ { "name": "whatsapp-desktop-dark", - "version": "0.3.3793", + "version": "0.3.4375", "description": "Dark UI for WhatsApp desktop by m4heshd", + "repository": { + "type" : "git", + "url" : "https://github.com/m4heshd/whatsapp-desktop-dark.git" + }, "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1",