We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e6f950 commit 167bbd0Copy full SHA for 167bbd0
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "quicklink",
3
- "version": "3.0.0",
+ "version": "3.0.1",
4
"description": "Faster subsequent page-loads by prefetching in-viewport links during idle time",
5
"repository": {
6
"type": "git",
site/src/_data/site.js
@@ -16,7 +16,7 @@ module.exports = () => {
16
url: IS_NETLIFY ? process.env.DEPLOY_PRIME_URL : 'https://getquick.link',
17
isNetlify: IS_NETLIFY,
18
quicklinkGithubURL: 'https://github.com/GoogleChromeLabs/quicklink',
19
- quicklinkVersion: '2.3.0',
+ quicklinkVersion: '3.0.0',
20
quicklinkSizeLimit: '1KB',
21
bottomResource: {
22
caption: 'View source on GitHub',
0 commit comments