From e89aec54db09ba4f10b7caf9d6d7395d2259f74e Mon Sep 17 00:00:00 2001 From: Lloyd Brookes Date: Mon, 3 Jun 2019 16:25:12 +0100 Subject: [PATCH] 2.0.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9265d02..63ff6c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "lws-spa", - "version": "1.0.1", + "version": "2.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1624f34..6033057 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "lws-spa", "author": "Lloyd Brookes <75pound@gmail.com>", - "version": "1.0.1", + "version": "2.0.0", "description": "Middleware adding support for Single Page Applications to lws", "repository": "https://github.com/lwsjs/spa.git", "license": "MIT",