From 0be214dc4408e9c00e29c5c9a49cea9085b6190a Mon Sep 17 00:00:00 2001 From: Lawrence Thorpe Date: Thu, 16 Apr 2020 22:41:18 +0100 Subject: [PATCH] Bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e866b92..fdb42bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cribadvisor/aws-param-cache", - "version": "1.1.0", + "version": "1.1.1", "description": "Cache un/encrypted expiring values as AWS SSM parameters with a TTL", "main": "./lib/index.js", "types": "./lib/index.d.ts",