From 95920aa4ae36647b65d35373b8f8515f90d84ffe Mon Sep 17 00:00:00 2001 From: SLOBS Release Date: Mon, 29 Jul 2024 10:15:52 -0700 Subject: [PATCH] Release version 1.17.0-preview.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 385965ed650f..232a773d439b 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Streamlabs streaming software", "author": "General Workings, Inc.", "license": "GPL-3.0", - "version": "1.17.0-preview.3", + "version": "1.17.0-preview.4", "main": "main.js", "scripts": { "compile": "yarn clear && yarn compile:updater && yarn webpack-cli --progress --config ./webpack.dev.config.js",