Skip to content

Commit

Permalink
Increment mainline to 0.3.5-alpha (#1155)
Browse files Browse the repository at this point in the history
Roll mainline over to new "alpha" release (0.3.5-alpha)
  • Loading branch information
smalls authored Apr 9, 2018
1 parent 117a093 commit 7d7aa34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 7d7aa34

Please sign in to comment.