Skip to content

Commit

Permalink
3.6.3 metadata (#1726)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffposnick authored Oct 22, 2018
1 parent d27aafb commit b146d8d
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion demos/functions/cdn-details.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"latestUrl":"https://storage.googleapis.com/workbox-cdn/releases/3.6.2"}
{"latestUrl":"https://storage.googleapis.com/workbox-cdn/releases/3.6.3"}
2 changes: 1 addition & 1 deletion packages/workbox-background-sync/_version.mjs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
try{self.workbox.v['workbox:background-sync:3.6.2']=1;}catch(e){} // eslint-disable-line
try{self.workbox.v['workbox:background-sync:3.6.3']=1;}catch(e){} // eslint-disable-line
2 changes: 1 addition & 1 deletion packages/workbox-broadcast-cache-update/_version.mjs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
try{self.workbox.v['workbox:broadcast-cache-update:3.6.2']=1;}catch(e){} // eslint-disable-line
try{self.workbox.v['workbox:broadcast-cache-update:3.6.3']=1;}catch(e){} // eslint-disable-line
2 changes: 1 addition & 1 deletion packages/workbox-build/src/cdn-details.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"origin": "https://storage.googleapis.com",
"bucketName": "workbox-cdn",
"releasesDir": "releases",
"latestVersion": "3.6.2"
"latestVersion": "3.6.3"
}
2 changes: 1 addition & 1 deletion packages/workbox-cache-expiration/_version.mjs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
try{self.workbox.v['workbox:cache-expiration:3.6.2']=1;}catch(e){} // eslint-disable-line
try{self.workbox.v['workbox:cache-expiration:3.6.3']=1;}catch(e){} // eslint-disable-line
2 changes: 1 addition & 1 deletion packages/workbox-cacheable-response/_version.mjs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
try{self.workbox.v['workbox:cacheable-response:3.6.2']=1;}catch(e){} // eslint-disable-line
try{self.workbox.v['workbox:cacheable-response:3.6.3']=1;}catch(e){} // eslint-disable-line
2 changes: 1 addition & 1 deletion packages/workbox-core/_version.mjs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
try{self.workbox.v['workbox:core:3.6.2']=1;}catch(e){} // eslint-disable-line
try{self.workbox.v['workbox:core:3.6.3']=1;}catch(e){} // eslint-disable-line
2 changes: 1 addition & 1 deletion packages/workbox-google-analytics/_version.mjs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
try{self.workbox.v['workbox:google-analytics:3.6.2']=1;}catch(e){} // eslint-disable-line
try{self.workbox.v['workbox:google-analytics:3.6.3']=1;}catch(e){} // eslint-disable-line
2 changes: 1 addition & 1 deletion packages/workbox-navigation-preload/_version.mjs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
try{self.workbox.v['workbox:navigation-preload:3.6.2']=1;}catch(e){} // eslint-disable-line
try{self.workbox.v['workbox:navigation-preload:3.6.3']=1;}catch(e){} // eslint-disable-line
2 changes: 1 addition & 1 deletion packages/workbox-precaching/_version.mjs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
try{self.workbox.v['workbox:precaching:3.6.2']=1;}catch(e){} // eslint-disable-line
try{self.workbox.v['workbox:precaching:3.6.3']=1;}catch(e){} // eslint-disable-line
2 changes: 1 addition & 1 deletion packages/workbox-range-requests/_version.mjs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
try{self.workbox.v['workbox:range-requests:3.6.2']=1;}catch(e){} // eslint-disable-line
try{self.workbox.v['workbox:range-requests:3.6.3']=1;}catch(e){} // eslint-disable-line
2 changes: 1 addition & 1 deletion packages/workbox-routing/_version.mjs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
try{self.workbox.v['workbox:routing:3.6.2']=1;}catch(e){} // eslint-disable-line
try{self.workbox.v['workbox:routing:3.6.3']=1;}catch(e){} // eslint-disable-line
2 changes: 1 addition & 1 deletion packages/workbox-strategies/_version.mjs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
try{self.workbox.v['workbox:strategies:3.6.2']=1;}catch(e){} // eslint-disable-line
try{self.workbox.v['workbox:strategies:3.6.3']=1;}catch(e){} // eslint-disable-line
2 changes: 1 addition & 1 deletion packages/workbox-streams/_version.mjs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
try{self.workbox.v['workbox:streams:3.6.2']=1;}catch(e){} // eslint-disable-line
try{self.workbox.v['workbox:streams:3.6.3']=1;}catch(e){} // eslint-disable-line
2 changes: 1 addition & 1 deletion packages/workbox-sw/_version.mjs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
try{self.workbox.v['workbox:sw:3.6.2']=1;}catch(e){} // eslint-disable-line
try{self.workbox.v['workbox:sw:3.6.3']=1;}catch(e){} // eslint-disable-line

0 comments on commit b146d8d

Please sign in to comment.