Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increment mainline #1155

Merged
merged 3 commits into from
Apr 9, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/.
Expand Down
2 changes: 1 addition & 1 deletion shell/apps/common/firebase-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down