From 91b88ea59266d35bed4b3281768a29463dabf435 Mon Sep 17 00:00:00 2001 From: Mathis Date: Tue, 30 Apr 2024 09:59:24 +0200 Subject: [PATCH] chore: Bump package version to 1.1.0 The package.json file has been updated, specifically the version of the project has been changed from 1.0.0 to 1.1.0. Signed-off-by: Mathis --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7cf0112..f569640 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "brief-05-back", - "version": "1.0.0", + "version": "1.1.0", "description": "", "main": "src/app.ts", "keywords": [],