Skip to content

Commit b8f8c3b

Browse files
committed
v0.4.0
1 parent 43d7028 commit b8f8c3b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.3.0"
5+
"version": "0.4.0"
66
}

packages/appcache-polyfill-sw/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/appcache-polyfill-sw/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "appcache-polyfill-sw",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "A service worker implementation of the behavior defined in a page's App Cache manifest.",
55
"keywords": [
66
"appcache",

packages/appcache-polyfill-window/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/appcache-polyfill-window/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "appcache-polyfill-window",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Code running in the context of a window, to accompany appcache-polyfill-sw.",
55
"keywords": [
66
"appcache",

0 commit comments

Comments
 (0)