From 30281fe274337baf766f4b004a90a9dcac78f03c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francesc=20d=27Ass=C3=ADs=20Requesens=20i=20Roca?= Date: Thu, 15 Aug 2024 19:35:18 +0200 Subject: [PATCH] feat: add version 0.0.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 05f0f9f..eafbd83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "api-calls", - "version": "0.0.2", + "version": "0.0.3", "description": "An API calls app", "type": "module", "main": "./out/main/index.js",