From b00a823b509c7a54e55ed6647ee2eab88d2813ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9?= Date: Fri, 27 Mar 2026 10:55:52 +0300 Subject: [PATCH] fix: edit package version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b7a3516..b14e766 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lendry-erp/contracts", - "version": "1.0.0", + "version": "1.0.1", "description": "Protobuf definitions and generated TypeScript types", "type": "commonjs", "main": "./dist/index.js",