From 0624a9f2e28af7b33f2e8424f72d46eddc3c3765 Mon Sep 17 00:00:00 2001 From: Dian Fay Date: Tue, 5 Sep 2017 23:05:27 -0400 Subject: [PATCH] 4.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 5da9593..ab1eaf5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "massive", - "version": "3.2.0", + "version": "4.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f7b0a9c..44a1ec9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "massive", - "version": "3.2.0", + "version": "4.0.0", "description": "A small query tool for Postgres that embraces json and makes life simpler", "homepage": "https://dmfay.github.io/massive-js/", "bugs": "https://github.com/dmfay/massive-js/issues",