From 7a2940114f04122ecaf4f84fec35113465b81031 Mon Sep 17 00:00:00 2001 From: NovoaDev Date: Sun, 3 Mar 2024 14:06:29 +0000 Subject: [PATCH] Increment Version number by 0.1 --- .AL-Go/settings.json | 2 +- Dependency-Graph.Test/app.json | 2 +- Dependency-Graph/app.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.AL-Go/settings.json b/.AL-Go/settings.json index ac113eb..2bdc3d6 100644 --- a/.AL-Go/settings.json +++ b/.AL-Go/settings.json @@ -17,7 +17,7 @@ "appFolders": [], "testFolders": [], "bcptTestFolders": [], - "repoVersion": "4.12", + "repoVersion": "4.13", "doNotRunBCPTTests": true, "doNotSignApps": true, "enableCodeCop": true, diff --git a/Dependency-Graph.Test/app.json b/Dependency-Graph.Test/app.json index 5ba0496..8715fd2 100644 --- a/Dependency-Graph.Test/app.json +++ b/Dependency-Graph.Test/app.json @@ -2,7 +2,7 @@ "id": "d7bcd883-c9cb-4e98-a771-a3b2ba51444e", "name": "Dependency-Graph.Test", "publisher": "ANJ", - "version": "2.6.0.0", + "version": "2.7.0.0", "brief": "App to test Dependency-Graph", "description": "App to test Dependency-Graph", "privacyStatement": "https://github.com/NovoaDev/Dependency-Graph-BCExt", diff --git a/Dependency-Graph/app.json b/Dependency-Graph/app.json index 13c9299..c7e4acd 100644 --- a/Dependency-Graph/app.json +++ b/Dependency-Graph/app.json @@ -2,7 +2,7 @@ "id": "3c9a4c22-42f6-4e8f-8b96-744c7fef331f", "name": "Dependency-Graph", "publisher": "ANJ", - "version": "4.14.0.4", + "version": "4.15.0.0", "brief": "App to generate the dependency tree", "description": "App to generate the dependency tree of the extensions we have installed.", "privacyStatement": "https://github.com/NovoaDev/Dependency-Graph-BCExt",