From 15087c9d2efe6717c6532916f68f0520e56c43db Mon Sep 17 00:00:00 2001 From: Matt Oberle Date: Wed, 24 Feb 2021 15:16:16 -0500 Subject: [PATCH] 7.9.1 --- 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 f679edd8..f5365ab5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "amphora", - "version": "7.9.0", + "version": "7.9.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e9d8c38a..0a98d510 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "amphora", - "version": "7.9.0", + "version": "7.9.1", "description": "An API mixin for Express that saves, publishes and composes data with the key-value store of your choice.", "main": "index.js", "scripts": {