From 7d7aa347b81f27396be25b7fdfc00cb743ec985a Mon Sep 17 00:00:00 2001 From: Matt Small Date: Mon, 9 Apr 2018 15:54:08 -0700 Subject: [PATCH] Increment mainline to 0.3.5-alpha (#1155) Roll mainline over to new "alpha" release (0.3.5-alpha) --- README.md | 2 +- shell/apps/common/firebase-config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1a6f871bc82..a0ef587808b 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Tagged release URLs have the form (the list of releases is [here](https://github.com/PolymerLabs/arcs-live/releases)). A recent version (latest as of this writing) is -[v0.3.3.2](https://cdn.rawgit.com/PolymerLabs/arcs-live/v0.3.3.2/shell/apps/web/index.html). +[v0.3.4](https://cdn.rawgit.com/PolymerLabs/arcs-live/v0.3.4/shell/apps/web/index.html). Bleeding edge often works and is available via github pages: https://polymerlabs.github.io/arcs-live/shell/apps/web/. diff --git a/shell/apps/common/firebase-config.js b/shell/apps/common/firebase-config.js index c2afa525e40..dbf5e75b7f0 100644 --- a/shell/apps/common/firebase-config.js +++ b/shell/apps/common/firebase-config.js @@ -18,7 +18,7 @@ const {firebaseConfig, version} = (() => { let version; let firebaseConfig; if (!testFirebaseKey) { - version = '0_3_4'; + version = '0_3_5-alpha'; firebaseConfig = { apiKey: 'AIzaSyBme42moeI-2k8WgXh-6YK_wYyjEXo4Oz8', authDomain: 'arcs-storage.firebaseapp.com',