From 4edc0bbc902773af9eafe9f3c25aa3f29efc639c Mon Sep 17 00:00:00 2001 From: SLOBS Release Date: Thu, 2 Jun 2022 16:38:35 -0700 Subject: [PATCH] Release version 1.9.0-preview.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1ec8fadc8166..533ea38db0ce 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.9.0", + "version": "1.9.0-preview.4", "main": "main.js", "scripts": { "compile": "yarn clear && yarn compile:updater && yarn webpack-cli --progress --config ./webpack.dev.config.js",