Skip to content

Commit

Permalink
increment stable version to 0.3.4 (#1114)
Browse files Browse the repository at this point in the history
  • Loading branch information
smalls authored Apr 9, 2018
1 parent 2fa00a9 commit 117a093
Showing 1 changed file with 1 addition and 1 deletion.
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_beta_3';
version = '0_3_4';
firebaseConfig = {
apiKey: 'AIzaSyBme42moeI-2k8WgXh-6YK_wYyjEXo4Oz8',
authDomain: 'arcs-storage.firebaseapp.com',
Expand Down

0 comments on commit 117a093

Please sign in to comment.