Live video on the AT Protocol

v0.3.5

+3 -3
+1 -1
js/app/package.json
··· 1 1 { 2 2 "name": "streamplace", 3 3 "main": "./src/entrypoint.tsx", 4 - "version": "0.3.4", 4 + "version": "0.3.5", 5 5 "runtimeVersion": "0.2.3", 6 6 "scripts": { 7 7 "upgrade:tamagui": "yarn up '*tamagui*'@latest '@tamagui/*'@latest",
+1 -1
js/desktop/package.json
··· 1 1 { 2 2 "name": "streamplace-desktop", 3 3 "productName": "streamplace-desktop", 4 - "version": "0.3.4", 4 + "version": "0.3.5", 5 5 "description": "Streamplace Desktop Application", 6 6 "main": ".webpack/main", 7 7 "scripts": {
+1 -1
lerna.json
··· 1 1 { 2 2 "$schema": "node_modules/lerna/schemas/lerna-schema.json", 3 - "version": "0.3.4", 3 + "version": "0.3.5", 4 4 "npmClient": "yarn" 5 5 }