From a9a1fd99a64ed188c62c4ef2616c8afe5982e61f Mon Sep 17 00:00:00 2001 From: Nikhil Narayana Date: Wed, 19 May 2021 16:39:24 -0700 Subject: [PATCH] bump version to 1.6.9 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 56d04bed4..65792463b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "slippi-desktop-app", "productName": "Slippi Desktop App", - "version": "1.6.8", + "version": "1.6.9", "description": "Slippi Desktop App for browsing and playing replays.", "scripts": { "build": "concurrently \"yarn build-main\" \"yarn build-renderer\"",