Skip to content

Commit

Permalink
Update version number. (#6412)
Browse files Browse the repository at this point in the history
  • Loading branch information
Terran Lane authored and lannka committed Nov 30, 2016
1 parent 555b554 commit a45be5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/amp-a4a/0.1/amp-a4a.js
Expand Up @@ -74,7 +74,7 @@ const METADATA_STRING = '<script type="application/json" amp-ad-metadata>';
// acceptable solution to the 'Safari on iOS doesn't fetch iframe src from
// cache' issue. See https://github.com/ampproject/amphtml/issues/5614
/** @type {string} */
const SAFEFRAME_VERSION = '1-0-4';
const SAFEFRAME_VERSION = '1-0-5';
/** @type {string} @visibleForTesting */
export const SAFEFRAME_IMPL_PATH =
'https://tpc.googlesyndication.com/safeframe/' + SAFEFRAME_VERSION +
Expand Down

0 comments on commit a45be5e

Please sign in to comment.