From 21f03cc4946830579f9d1dcd32eeaa3bede28d25 Mon Sep 17 00:00:00 2001 From: Jas Laferriere Date: Wed, 7 Apr 2021 17:36:14 -0700 Subject: [PATCH] update to 1.6.8 --- package.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 05be5924c..c452f57d6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "slippi-desktop-app", "productName": "Slippi Desktop App", - "version": "1.6.7", + "version": "1.6.8", "description": "Slippi Desktop App for browsing and playing replays.", "scripts": { "build": "concurrently \"yarn build-main\" \"yarn build-renderer\"", @@ -310,6 +310,8 @@ } }, "lint-staged": { - "*.js": ["yarn lint --quiet --fix"] + "*.js": [ + "yarn lint --quiet --fix" + ] } -} +} \ No newline at end of file