From 11e6cdc5e6ddb6b6f39746d47e0f090ff930052d Mon Sep 17 00:00:00 2001 From: iptoux Date: Thu, 20 Mar 2025 08:18:49 +0100 Subject: [PATCH] Update version to 1.3.0 in package.json Bumped the version from 1.2.6 to 1.3.0 to reflect new changes or improvements in the application. This ensures versioning stays consistent with the updates made. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f12cc01..b7b9ce2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mytaskapplication", - "version": "1.2.6", + "version": "1.3.0", "main": "app.js", "scripts": { "ng": "ng",