Skip to content

Commit

Permalink
3.5.0 metadata. (#1624)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffposnick authored and philipwalton committed Sep 11, 2018
1 parent ce7b4d9 commit 6c054a7
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.4.1"}
{"latestUrl":"https://storage.googleapis.com/workbox-cdn/releases/3.5.0"}
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.4.1']=1;}catch(e){} // eslint-disable-line
try{self.workbox.v['workbox:background-sync:3.5.0']=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.4.1']=1;}catch(e){} // eslint-disable-line
try{self.workbox.v['workbox:broadcast-cache-update:3.5.0']=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.4.1"
"latestVersion": "3.5.0"
}
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.4.1']=1;}catch(e){} // eslint-disable-line
try{self.workbox.v['workbox:cache-expiration:3.5.0']=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.4.1']=1;}catch(e){} // eslint-disable-line
try{self.workbox.v['workbox:cacheable-response:3.5.0']=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.4.1']=1;}catch(e){} // eslint-disable-line
try{self.workbox.v['workbox:core:3.5.0']=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.4.1']=1;}catch(e){} // eslint-disable-line
try{self.workbox.v['workbox:google-analytics:3.5.0']=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.4.1']=1;}catch(e){} // eslint-disable-line
try{self.workbox.v['workbox:navigation-preload:3.5.0']=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.4.1']=1;}catch(e){} // eslint-disable-line
try{self.workbox.v['workbox:precaching:3.5.0']=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.4.1']=1;}catch(e){} // eslint-disable-line
try{self.workbox.v['workbox:range-requests:3.5.0']=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.4.1']=1;}catch(e){} // eslint-disable-line
try{self.workbox.v['workbox:routing:3.5.0']=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.4.1']=1;}catch(e){} // eslint-disable-line
try{self.workbox.v['workbox:strategies:3.5.0']=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.4.1']=1;}catch(e){} // eslint-disable-line
try{self.workbox.v['workbox:streams:3.5.0']=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.4.1']=1;}catch(e){} // eslint-disable-line
try{self.workbox.v['workbox:sw:3.5.0']=1;}catch(e){} // eslint-disable-line

0 comments on commit 6c054a7

Please sign in to comment.