From 47f6fb9a09d8d1b50f756b55edcb48b6d4347cc4 Mon Sep 17 00:00:00 2001 From: SLOBS Release Date: Tue, 31 May 2022 10:21:59 -0700 Subject: [PATCH] Release version 1.9.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 67a5c778ac3b..1ec8fadc8166 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-preview.3", + "version": "1.9.0", "main": "main.js", "scripts": { "compile": "yarn clear && yarn compile:updater && yarn webpack-cli --progress --config ./webpack.dev.config.js",