diff --git a/README.md b/README.md
index 29ce4612..f3429c02 100644
--- a/README.md
+++ b/README.md
@@ -8,22 +8,22 @@ A playout client for _Windows/Linux/macOS_ that will let you control _CasparCG&n
### Windows
-- Download and open the [installer for SuperConductor](https://github.com/SuperFlyTV/SuperConductor/releases/download/v0.10.5/SuperConductor-0.10.5-Windows-Installer.exe).
-- (Optional) Download and open the [installer for separate TSR-Bridge](https://github.com/SuperFlyTV/SuperConductor/releases/download/v0.10.5/TSR-Bridge-0.10.5-Windows-Installer.exe).
+- Download and open the [installer for SuperConductor](https://github.com/SuperFlyTV/SuperConductor/releases/download/v0.11.0/SuperConductor-0.11.0-Windows-Installer.exe).
+- (Optional) Download and open the [installer for separate TSR-Bridge](https://github.com/SuperFlyTV/SuperConductor/releases/download/v0.11.0/TSR-Bridge-0.11.0-Windows-Installer.exe).
### Linux (Ubuntu)
-- Download the [.appImage file for SuperConductor](https://github.com/SuperFlyTV/SuperConductor/releases/download/v0.10.5/SuperConductor-0.10.5-Linux-Executable.AppImage).
+- Download the [.appImage file for SuperConductor](https://github.com/SuperFlyTV/SuperConductor/releases/download/v0.11.0/SuperConductor-0.11.0-Linux-Executable.AppImage).
Execute the following before running the file:
- `chmod +x Downloads/SuperConductor-0.10.5-Linux-Executable.AppImage`
-- (Optional) Download the [.appImage file for TSR-Bridge](https://github.com/SuperFlyTV/SuperConductor/releases/download/v0.10.5/TSR-Bridge-0.10.5-Linux-Executable.AppImage).
+ `chmod +x Downloads/SuperConductor-0.11.0-Linux-Executable.AppImage`
+- (Optional) Download the [.appImage file for TSR-Bridge](https://github.com/SuperFlyTV/SuperConductor/releases/download/v0.11.0/TSR-Bridge-0.11.0-Linux-Executable.AppImage).
Execute the following before running the file:
- `chmod +x Downloads/TSR-Bridge-0.10.5-Linux-Executable.AppImage`
+ `chmod +x Downloads/TSR-Bridge-0.11.0-Linux-Executable.AppImage`
### macOS
-- Download and open the [installer for SuperConductor](https://github.com/SuperFlyTV/SuperConductor/releases/download/v0.10.5/SuperConductor-0.10.5-macOS-Installer.dmg).
-- (Optional) Download and open the [installer for separate TSR-Bridge](https://github.com/SuperFlyTV/SuperConductor/releases/download/v0.10.5/TSR-Bridge-0.10.5-macOS-Installer.dmg).
+- Download and open the [installer for SuperConductor](https://github.com/SuperFlyTV/SuperConductor/releases/download/v0.11.0/SuperConductor-0.11.0-macOS-Installer.dmg).
+- (Optional) Download and open the [installer for separate TSR-Bridge](https://github.com/SuperFlyTV/SuperConductor/releases/download/v0.11.0/TSR-Bridge-0.11.0-macOS-Installer.dmg).
## Problems and Issues
diff --git a/apps/app/package.json b/apps/app/package.json
index 0aaf58f0..d5122dc2 100644
--- a/apps/app/package.json
+++ b/apps/app/package.json
@@ -1,7 +1,7 @@
{
"name": "superconductor",
"private": true,
- "version": "0.11.0-alpha.4",
+ "version": "0.11.0",
"description": "A playout client for Windows, Linux or MacOS to control CasparCG, Atem, OBS and more!",
"main": "dist/main.js",
"engines": {
@@ -72,11 +72,11 @@
"@koa/router": "^12.0.0",
"@mui/icons-material": "^5.10.14",
"@mui/material": "^5.10.14",
- "@shared/api": "^0.11.0-alpha.4",
- "@shared/lib": "^0.11.0-alpha.4",
- "@shared/models": "^0.11.0-alpha.4",
- "@shared/server-lib": "^0.11.0-alpha.4",
- "@shared/tsr-bridge": "^0.11.0-alpha.4",
+ "@shared/api": "^0.11.0",
+ "@shared/lib": "^0.11.0",
+ "@shared/models": "^0.11.0",
+ "@shared/server-lib": "^0.11.0",
+ "@shared/tsr-bridge": "^0.11.0",
"@sofie-automation/sorensen": "^1.4.2",
"axios": "^1.1.3",
"bufferutil": "^4.0.7",
diff --git a/apps/tsr-bridge/package.json b/apps/tsr-bridge/package.json
index 0a1cf705..6988117a 100644
--- a/apps/tsr-bridge/package.json
+++ b/apps/tsr-bridge/package.json
@@ -1,7 +1,7 @@
{
"name": "tsr-bridge",
"private": true,
- "version": "0.11.0-alpha.4",
+ "version": "0.11.0",
"description": "A companion app to SuperConductor, to handle playout on another computer",
"main": "dist/main.js",
"engines": {
@@ -50,10 +50,10 @@
},
"dependencies": {
"@mui/material": "^5.10.14",
- "@shared/api": "^0.11.0-alpha.4",
- "@shared/lib": "^0.11.0-alpha.4",
- "@shared/server-lib": "^0.11.0-alpha.4",
- "@shared/tsr-bridge": "^0.11.0-alpha.4",
+ "@shared/api": "^0.11.0",
+ "@shared/lib": "^0.11.0",
+ "@shared/server-lib": "^0.11.0",
+ "@shared/tsr-bridge": "^0.11.0",
"classnames": "^2.3.2",
"electron-is-dev": "^2.0.0",
"electron-updater": "^5.3.0",
diff --git a/lerna.json b/lerna.json
index a8132700..e2f95375 100644
--- a/lerna.json
+++ b/lerna.json
@@ -4,7 +4,7 @@
"apps/**",
"tests/**"
],
- "version": "0.11.0-alpha.4",
+ "version": "0.11.0",
"npmClient": "yarn",
"useWorkspaces": true
}
diff --git a/shared/packages/api/package.json b/shared/packages/api/package.json
index 2b57ab6d..770c2b3d 100644
--- a/shared/packages/api/package.json
+++ b/shared/packages/api/package.json
@@ -1,6 +1,6 @@
{
"name": "@shared/api",
- "version": "0.11.0-alpha.4",
+ "version": "0.11.0",
"description": "",
"author": {
"name": "SuperFlyTV AB",
@@ -41,7 +41,7 @@
]
},
"dependencies": {
- "@shared/models": "^0.11.0-alpha.4"
+ "@shared/models": "^0.11.0"
},
"devDependencies": {
"@types/ws": "^8.2.2",
diff --git a/shared/packages/lib/package.json b/shared/packages/lib/package.json
index 201c7bca..e7e1000b 100644
--- a/shared/packages/lib/package.json
+++ b/shared/packages/lib/package.json
@@ -1,6 +1,6 @@
{
"name": "@shared/lib",
- "version": "0.11.0-alpha.4",
+ "version": "0.11.0",
"description": "",
"author": {
"name": "SuperFlyTV AB",
@@ -41,8 +41,8 @@
]
},
"dependencies": {
- "@shared/api": "^0.11.0-alpha.4",
- "@shared/models": "^0.11.0-alpha.4",
+ "@shared/api": "^0.11.0",
+ "@shared/models": "^0.11.0",
"fast-copy": "^2.1.1",
"lodash": "^4.17.21",
"superfly-timeline": "^8.2.5"
diff --git a/shared/packages/models/package.json b/shared/packages/models/package.json
index f000cc91..1367826c 100644
--- a/shared/packages/models/package.json
+++ b/shared/packages/models/package.json
@@ -1,6 +1,6 @@
{
"name": "@shared/models",
- "version": "0.11.0-alpha.4",
+ "version": "0.11.0",
"description": "",
"author": {
"name": "SuperFlyTV AB",
diff --git a/shared/packages/peripherals/package.json b/shared/packages/peripherals/package.json
index d51cd809..210e6800 100644
--- a/shared/packages/peripherals/package.json
+++ b/shared/packages/peripherals/package.json
@@ -1,6 +1,6 @@
{
"name": "@shared/peripherals",
- "version": "0.11.0-alpha.4",
+ "version": "0.11.0",
"description": "",
"author": {
"name": "SuperFlyTV AB",
@@ -48,8 +48,8 @@
"@elgato-stream-deck/node": "^5.7.2",
"@julusian/jpeg-turbo": "^2.1.0",
"@julusian/midi": "^3.0.0",
- "@shared/api": "^0.11.0-alpha.4",
- "@shared/lib": "^0.11.0-alpha.4",
+ "@shared/api": "^0.11.0",
+ "@shared/lib": "^0.11.0",
"lodash": "^4.17.21",
"p-queue": "^6.6.2",
"sharp": "^0.31.2",
diff --git a/shared/packages/server-lib/package.json b/shared/packages/server-lib/package.json
index 4867006f..d5b63f00 100644
--- a/shared/packages/server-lib/package.json
+++ b/shared/packages/server-lib/package.json
@@ -1,6 +1,6 @@
{
"name": "@shared/server-lib",
- "version": "0.11.0-alpha.4",
+ "version": "0.11.0",
"description": "",
"author": {
"name": "SuperFlyTV AB",
@@ -41,8 +41,8 @@
]
},
"dependencies": {
- "@shared/api": "^0.11.0-alpha.4",
- "@shared/models": "^0.11.0-alpha.4",
+ "@shared/api": "^0.11.0",
+ "@shared/models": "^0.11.0",
"ws": "^8.4.2"
},
"devDependencies": {
diff --git a/shared/packages/tsr-bridge/package.json b/shared/packages/tsr-bridge/package.json
index 815532b5..7a7dda6b 100644
--- a/shared/packages/tsr-bridge/package.json
+++ b/shared/packages/tsr-bridge/package.json
@@ -1,6 +1,6 @@
{
"name": "@shared/tsr-bridge",
- "version": "0.11.0-alpha.4",
+ "version": "0.11.0",
"description": "",
"author": {
"name": "SuperFlyTV AB",
@@ -41,10 +41,10 @@
]
},
"dependencies": {
- "@shared/api": "^0.11.0-alpha.4",
- "@shared/lib": "^0.11.0-alpha.4",
- "@shared/models": "^0.11.0-alpha.4",
- "@shared/peripherals": "^0.11.0-alpha.4",
+ "@shared/api": "^0.11.0",
+ "@shared/lib": "^0.11.0",
+ "@shared/models": "^0.11.0",
+ "@shared/peripherals": "^0.11.0",
"cheerio": "^1.0.0-rc.12",
"got": "^11.8.5",
"lodash": "^4.17.21",