Skip to content

Commit 167bbd0

Browse files
committed
3.0.1
1 parent 1e6f950 commit 167bbd0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "quicklink",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Faster subsequent page-loads by prefetching in-viewport links during idle time",
55
"repository": {
66
"type": "git",

site/src/_data/site.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module.exports = () => {
1616
url: IS_NETLIFY ? process.env.DEPLOY_PRIME_URL : 'https://getquick.link',
1717
isNetlify: IS_NETLIFY,
1818
quicklinkGithubURL: 'https://github.com/GoogleChromeLabs/quicklink',
19-
quicklinkVersion: '2.3.0',
19+
quicklinkVersion: '3.0.0',
2020
quicklinkSizeLimit: '1KB',
2121
bottomResource: {
2222
caption: 'View source on GitHub',

0 commit comments

Comments
 (0)