From 78dc8dc914d7447d42f0d0858d9aea8014a68358 Mon Sep 17 00:00:00 2001 From: Roger Qiu Date: Fri, 16 Jun 2023 00:11:05 +1000 Subject: [PATCH] 4.0.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index a460494..e4da3ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@matrixai/async-locks", - "version": "3.2.0", + "version": "4.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@matrixai/async-locks", - "version": "3.2.0", + "version": "4.0.0", "license": "Apache-2.0", "dependencies": { "@matrixai/async-cancellable": "^1.1.1", diff --git a/package.json b/package.json index 5ec0a26..6234664 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@matrixai/async-locks", - "version": "3.2.0", + "version": "4.0.0", "author": "Roger Qiu", "description": "Asynchronous locking utilities", "license": "Apache-2.0",