From 1febbbe0746c32b583896cb302d1db417d40287d Mon Sep 17 00:00:00 2001 From: Pablo Zapata Date: Wed, 21 Aug 2024 22:59:48 +0200 Subject: [PATCH] chore(package): increase version number --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2c8225f..9829026 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cfx-api", - "version": "1.2", + "version": "1.2.3", "descrption": "JS library to interact with the Cfx.re API", "main": "dist/index.js", "author": "PABLO-1610",