From 02403cfb8ec253c8121b87ffd03d7d3a335e4221 Mon Sep 17 00:00:00 2001 From: SLOBS Release Date: Tue, 19 Jul 2022 14:38:08 -0700 Subject: [PATCH] Release version 1.10.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7d2d08aa8891..226c4faf5483 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.10.0-preview.9", + "version": "1.10.0", "main": "main.js", "scripts": { "compile": "yarn clear && yarn compile:updater && yarn webpack-cli --progress --config ./webpack.dev.config.js",