From 44f7c6840f4b1dc05e42e69db21d164133b432c3 Mon Sep 17 00:00:00 2001 From: Jared Andrews Date: Thu, 12 Jul 2018 12:06:48 -0500 Subject: [PATCH] update package.json version and repo --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3e46f5d..e583f84 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "Genotify", "productName": "Genotify", - "version": "1.1.0", + "version": "1.1.1", "author": "Jared Andrews", "license": "GPL-3.0", - "repository": "https://github.com/j-andrews7/GenotifyDesktop", + "repository": "https://github.com/j-andrews7/Genotify", "main": "main.js", "scripts": { "start": "electron .",