Skip to content

Commit

Permalink
v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
galvez committed Aug 24, 2018
1 parent af21d74 commit 5ada00a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.3.0",
"version": "2.3.1",
"useWorkspaces": true,
"npmClient": "npm",
"packages": [
Expand Down
4 changes: 2 additions & 2 deletions packages/pwa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxtjs/pwa",
"version": "2.3.0",
"version": "2.3.1",
"license": "MIT",
"main": "index.js",
"repository": "https://github.com/nuxt-community/pwa-module",
Expand All @@ -11,6 +11,6 @@
"@nuxtjs/icon": "^2.3.0",
"@nuxtjs/manifest": "^2.3.0",
"@nuxtjs/meta": "^2.3.0",
"@nuxtjs/workbox": "^2.3.0"
"@nuxtjs/workbox": "^2.3.1"
}
}
2 changes: 1 addition & 1 deletion packages/workbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxtjs/workbox",
"version": "2.3.0",
"version": "2.3.1",
"license": "MIT",
"main": "index.js",
"repository": "https://github.com/nuxt-community/pwa-module",
Expand Down

0 comments on commit 5ada00a

Please sign in to comment.