Skip to content

Commit bc1f79a

Browse files
committed
v3.7.3, see #2037
1 parent 45d95b3 commit bc1f79a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

examples/sw.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const staticCacheName = 'image-sequencer-static-v3.7.2';
1+
const staticCacheName = 'image-sequencer-static-v3.7.3';
22
self.addEventListener('install', function(e) {
33
e.waitUntil(
44
caches.open(staticCacheName).then(function(cache) {

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "image-sequencer",
3-
"version": "3.7.2",
3+
"version": "3.7.3",
44
"description": "A modular JavaScript image manipulation library modeled on a storyboard.",
55
"main": "src/ImageSequencer.js",
66
"scripts": {

0 commit comments

Comments
 (0)