diff --git a/README.md b/README.md index 0785f58..5dd3938 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ NW.js + Vue-CLI 4 example * A11Y Linting * Jest Linting * Jest (100% test coverage) +* Jest Serializer Vue (TJW) *Why not include Vue-Router or Vuex?* diff --git a/package-lock.json b/package-lock.json index 9e84b74..8776f56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nw-vue", - "version": "1.3.0", + "version": "1.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5cf0403..3df0e56 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "To turn spell checking off, remove it from the chromium-args in this file" ], "name": "nw-vue", - "version": "1.3.0", + "version": "1.4.0", "main": "http://localhost:8964", "node-remote": "http://localhost:8964", "node-main": "",