From f8cb1bc4d40eab6962875fe60a7e02c09d09b1ce Mon Sep 17 00:00:00 2001 From: Tristan Slominski Date: Wed, 13 Oct 2021 09:39:30 -0500 Subject: [PATCH] 0.7.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 69b4af3..2033e08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dynamodb-lock-client", - "version": "0.7.2", + "version": "0.7.3", "description": "A general purpose distributed locking library built for AWS DynamoDB.", "scripts": { "inject-examples": "node scripts/injectExamples.js",