diff --git a/app.json b/app.json index cd49ffe..15aec7d 100644 --- a/app.json +++ b/app.json @@ -3,7 +3,7 @@ "name": "Resonate", "slug": "stream-app", "privacy": "unlisted", - "version": "1.1.9", + "version": "1.2.0", "orientation": "portrait", "icon": "./assets/icon.png", "userInterfaceStyle": "automatic", @@ -21,7 +21,7 @@ "ios": { "supportsTablet": true, "bundleIdentifier": "com.resonate.stream-app", - "buildNumber": "1.1.9", + "buildNumber": "1.2.0", "infoPlist": { "UIBackgroundModes": [ "audio", @@ -35,7 +35,7 @@ "backgroundColor": "#FFFFFF" }, "package": "com.resonate.streamapp", - "versionCode": 19 + "versionCode": 20 }, "web": { "favicon": "./assets/favicon.png" diff --git a/client/services/originAllowList.ts b/client/services/originAllowList.ts index e8b66f9..6d610a6 100644 --- a/client/services/originAllowList.ts +++ b/client/services/originAllowList.ts @@ -10,7 +10,6 @@ export const originAllowList: string[] = [ Platform.OS === 'android' ? '' : 'https://resonate.coop', - 'https://resonate.coop', 'https://stream.resonate.coop', 'https://stream.resonate.ninja', 'https://stripe.com', diff --git a/package.json b/package.json index 53ab97e..d8d87e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stream-app", - "version": "1.1.9", + "version": "1.2.0", "main": "node_modules/expo/AppEntry.js", "scripts": { "start": "expo start", @@ -21,7 +21,7 @@ "react-dom": "17.0.1", "react-native": "0.64.3", "react-native-safe-area-context": "3.3.2", - "react-native-webview": "11.15.0" + "react-native-webview": "11.23" }, "devDependencies": { "@babel/core": "^7.12.9", diff --git a/yarn.lock b/yarn.lock index 3bbca1b..64395b5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1321,7 +1321,7 @@ integrity sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g== dependencies: "@nodelib/fs.stat" "2.0.5" - run-parallel "^1.1.9" + run-parallel "^1.2.0" "@nodelib/fs.stat@2.0.5", "@nodelib/fs.stat@^2.0.2": version "2.0.5" @@ -4548,10 +4548,10 @@ react-native-safe-area-context@3.3.2: resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-3.3.2.tgz#9549a2ce580f2374edb05e49d661258d1b8bcaed" integrity sha512-yOwiiPJ1rk+/nfK13eafbpW6sKW0jOnsRem2C1LPJjM3tfTof6hlvV5eWHATye3XOpu2cJ7N+HdkUvUDGwFD2Q== -react-native-webview@11.15.0: - version "11.15.0" - resolved "https://registry.yarnpkg.com/react-native-webview/-/react-native-webview-11.15.0.tgz#b5aea9da579ca17fb9fd324e5202b1b5b8ce9fa8" - integrity sha512-0Wv+8qu8XuACx1xZwzc2Yfl+rOvxUouLcPxUKdkhaMVNpwoM5/ePpczCQZ3LpiRnSoEtjaUkfyQHbJQ+x4dDJQ== +react-native-webview@11.23: + version "11.23.0" + resolved "https://registry.yarnpkg.com/react-native-webview/-/react-native-webview-11.23.0.tgz#603a584236da2e993906e6a094f165dcac3a1fdb" + integrity sha512-mGrgsMnYcQONvQy59xpBn87sKqkCsSkqIDRo+c2Ov4ISYl1j90wFBs+qViVJRWdoNHVuoCAZ4nZkJ65mhDpHhA== dependencies: escape-string-regexp "2.0.0" invariant "2.2.4" @@ -4799,7 +4799,7 @@ rsvp@^4.8.4: resolved "https://registry.yarnpkg.com/rsvp/-/rsvp-4.8.5.tgz#c8f155311d167f68f21e168df71ec5b083113734" integrity sha512-nfMOlASu9OnRJo1mbEk2cz0D56a1MBNrJ7orjRZQG10XDyuvwksKbuXNp6qa+kbn839HwjwhBzhFmdsaEAfauA== -run-parallel@^1.1.9: +run-parallel@^1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz#66d1368da7bdf921eb9d95bd1a9229e7f21a43ee" integrity sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==