Skip to content

Commit 468dd53

Browse files
authored
Merge pull request #115 from senbenito/patch-1
Update GoogleApiComponent.js
2 parents 02ea901 + 793c250 commit 468dd53

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)