From 6ae5b3ddd29b2fe2d4df76d7168530fb6507c6c2 Mon Sep 17 00:00:00 2001 From: HorizonCode Date: Fri, 10 Jan 2025 18:30:13 +0100 Subject: [PATCH] fix formatting, bump version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4119893..b41367a 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "@osudirect/mutex-lock-redis", - "version": "1.0.2", + "version": "1.1.0", "module": "index.ts", "type": "module", "scripts": { "lint": "bunx biome check --write", - "publish": "npm publish --scope=ezppfarm" + "publish": "npm publish --scope=ezppfarm" }, "devDependencies": { "@biomejs/biome": "1.9.4",