Skip to content

Commit

Permalink
bump to v3.7.2 (#2090)
Browse files Browse the repository at this point in the history
  • Loading branch information
jywarren committed Mar 22, 2022
1 parent ad1d089 commit f3d94b6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/sw.js
@@ -1,4 +1,4 @@
const staticCacheName = 'image-sequencer-static-v3.7.1';
const staticCacheName = 'image-sequencer-static-v3.7.2';
self.addEventListener('install', function(e) {
e.waitUntil(
caches.open(staticCacheName).then(function(cache) {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "image-sequencer",
"version": "3.7.1",
"version": "3.7.2",
"description": "A modular JavaScript image manipulation library modeled on a storyboard.",
"main": "src/ImageSequencer.js",
"scripts": {
Expand Down

0 comments on commit f3d94b6

Please sign in to comment.