From b80b2ded9de2f47390ae2617183a8906b823b385 Mon Sep 17 00:00:00 2001 From: Brad Hubbard-Nelson Date: Tue, 14 Nov 2023 13:56:47 -0500 Subject: [PATCH] Version 4.13.5 Cropping images already uploaded --- src/_main_/config/build/deployConfig.json | 2 +- src/api_version_dev.txt | 2 +- src/deployment/build.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/_main_/config/build/deployConfig.json b/src/_main_/config/build/deployConfig.json index 404d4f21c..b50544def 100644 --- a/src/_main_/config/build/deployConfig.json +++ b/src/_main_/config/build/deployConfig.json @@ -1,6 +1,6 @@ { "IS_PROD": false, "IS_CANARY": false, - "BUILD_VERSION": "4.13.4", + "BUILD_VERSION": "4.13.5", "BUILD_VERSION_NOTES": "Nov 11: User events nudge fix - sorting by date and 12 hour time_string" } \ No newline at end of file diff --git a/src/api_version_dev.txt b/src/api_version_dev.txt index f54e21527..99be846e6 100644 --- a/src/api_version_dev.txt +++ b/src/api_version_dev.txt @@ -1 +1 @@ -4.13.4 \ No newline at end of file +4.13.5 \ No newline at end of file diff --git a/src/deployment/build.json b/src/deployment/build.json index 84b5f2b69..0bd7158e0 100644 --- a/src/deployment/build.json +++ b/src/deployment/build.json @@ -1,5 +1,5 @@ { - "dev": "4.13.4", + "dev": "4.13.5", "prod": "4.12.1", "canary": "4.12.1" } \ No newline at end of file