From e41b93b9322855255b023547636dcdcbf379822b Mon Sep 17 00:00:00 2001 From: Eric Ferraiuolo Date: Wed, 26 Aug 2015 16:44:09 -0400 Subject: [PATCH] 1.3.0 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 17f2f15..2b54627 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "express-state", "description": "Share server-side state with the client-side of an Express app via JavaScript.", - "version": "1.2.0", + "version": "1.3.0", "licenses": [ { - "type" : "BSD", - "url" : "https://github.com/yahoo/express-state/blob/master/LICENSE" + "type": "BSD", + "url": "https://github.com/yahoo/express-state/blob/master/LICENSE" } ], "homepage": "https://github.com/yahoo/express-state",