From 87828f2bf700c248e469da0bdb8adb6faa8f1e5f Mon Sep 17 00:00:00 2001 From: David Hickman Date: Mon, 11 Dec 2017 08:49:42 -0600 Subject: [PATCH] updating for database schema --- npm-shrinkwrap.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 7ad4670..6d4c240 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "iswp2017", - "version": "1.2.0", + "version": "1.2.1", "dependencies": { "abbrev": { "version": "1.0.7", diff --git a/package.json b/package.json index 9a68f75..46895a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iswp2017", - "version": "1.2.0", + "version": "1.2.1", "description": "Web application for the Texas 2017 State Water Plan", "private": true, "main": "app/index.es",