From 3894e7d76de5fd596b35c2514714a72864562b39 Mon Sep 17 00:00:00 2001 From: Rajab Natshah Date: Sun, 8 Dec 2024 19:48:52 +0300 Subject: [PATCH] Update the update config steps to manage the automated updater after the release Varbase 9.1.7 #77 --- config/update-config.json | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/config/update-config.json b/config/update-config.json index 511d105..249ffc4 100644 --- a/config/update-config.json +++ b/config/update-config.json @@ -346,16 +346,21 @@ }, "9.1.5": { "from": "9.1.5", - "to": "9.1.6", + "to": "9.1.7", "final_target_version": "~9.1.0", - "composer-project-json-url": "9.1.6" - } - , + "composer-project-json-url": "9.1.7" + }, "9.1.6": { "from": "9.1.6", - "to": "9.1.6", + "to": "9.1.7", + "final_target_version": "~9.1.0", + "composer-project-json-url": "9.1.7" + }, + "9.1.7": { + "from": "9.1.7", + "to": "9.1.7", "final_target_version": "~9.1.0", - "composer-project-json-url": "9.1.6" + "composer-project-json-url": "9.1.7" } } } \ No newline at end of file