From 1ab887c1796689426e4737f51f3b9eb1b2b822f1 Mon Sep 17 00:00:00 2001 From: SLOBS Release Date: Mon, 13 Jun 2022 09:52:16 -0700 Subject: [PATCH] Release version 1.9.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 48395acc6793..b4f02eafa9a9 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.1-preview.1", + "version": "1.9.1", "main": "main.js", "scripts": { "compile": "yarn clear && yarn compile:updater && yarn webpack-cli --progress --config ./webpack.dev.config.js",