From f2910c941a64e484e192c3339514b0dd9a3997ac Mon Sep 17 00:00:00 2001 From: Mitchell McCaffrey Date: Thu, 19 Aug 2021 17:48:15 +1000 Subject: [PATCH] Update to release version and url --- .env.production | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.production b/.env.production index af31a79..b3a7971 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,5 @@ -REACT_APP_BROKER_URL=https://stage.owlbear.rodeo -REACT_APP_ICE_SERVERS_URL=https://stage.owlbear.rodeo/iceservers +REACT_APP_BROKER_URL=https://connect.owlbear.rodeo +REACT_APP_ICE_SERVERS_URL=https://connect.owlbear.rodeo/iceservers REACT_APP_STRIPE_API_KEY=pk_live_MJjzi5djj524Y7h3fL5PNh4e00a852XD51 REACT_APP_STRIPE_URL=https://payment.owlbear.rodeo REACT_APP_VERSION=$npm_package_version diff --git a/package.json b/package.json index e1c0361..f1380b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "owlbear-rodeo", - "version": "1.10.0 (preview)", + "version": "1.10.0", "private": true, "dependencies": { "@babylonjs/core": "^4.2.0",