Skip to content

Commit 793c250

Browse files
authored
Update GoogleApiComponent.js
1 parent f130550 commit 793c250

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dist/GoogleApiComponent.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
options = options || {};
8484
var apiKey = options.apiKey;
8585
var libraries = options.libraries || ['places'];
86-
var version = options.version || '3.24';
86+
var version = options.version || '3.28';
8787
var language = options.language || 'en';
8888

8989
return (0, _ScriptCache.ScriptCache)({
@@ -154,4 +154,4 @@
154154
};
155155

156156
exports.default = wrapper;
157-
});
157+
});

0 commit comments

Comments
 (0)