From a0221b660ac52e5215fa946e4ae36eecb40dbcde Mon Sep 17 00:00:00 2001 From: Jon Winton Date: Wed, 14 Feb 2018 11:14:41 -0500 Subject: [PATCH] 4.9.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 3a8cab2a..245e9997 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "amphora", - "version": "4.9.1", + "version": "4.9.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 886e1add..3850d972 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "amphora", - "version": "4.9.1", + "version": "4.9.0", "description": "An API mixin for Express that saves, publishes and composes data with the key-value store of your choice.", "main": "index.js", "scripts": {