From 3c556f5b3f4b837f28d578a4d82523f7792f2910 Mon Sep 17 00:00:00 2001 From: Brad Hubbard-Nelson Date: Sat, 11 Nov 2023 08:55:04 -0500 Subject: [PATCH] Version 4.13.4 --- src/_main_/config/build/deployConfig.json | 4 ++-- src/_main_/config/build/deployNotes.txt | 3 +-- src/api_version_dev.txt | 2 +- src/deployment/build.json | 2 +- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/src/_main_/config/build/deployConfig.json b/src/_main_/config/build/deployConfig.json index dfec8b73a..404d4f21c 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.3", - "BUILD_VERSION_NOTES": "Feb 24: Admin portal pagination:\n- deliver content in small chunks" + "BUILD_VERSION": "4.13.4", + "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/_main_/config/build/deployNotes.txt b/src/_main_/config/build/deployNotes.txt index 861de39fc..4f4b0974e 100644 --- a/src/_main_/config/build/deployNotes.txt +++ b/src/_main_/config/build/deployNotes.txt @@ -1,2 +1 @@ -Feb 24: Admin portal pagination: -- deliver content in small chunks \ No newline at end of file +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 1bc53e339..f54e21527 100644 --- a/src/api_version_dev.txt +++ b/src/api_version_dev.txt @@ -1 +1 @@ -4.13.3 \ No newline at end of file +4.13.4 \ No newline at end of file diff --git a/src/deployment/build.json b/src/deployment/build.json index 15d7c692a..84b5f2b69 100644 --- a/src/deployment/build.json +++ b/src/deployment/build.json @@ -1,5 +1,5 @@ { - "dev": "4.13.3", + "dev": "4.13.4", "prod": "4.12.1", "canary": "4.12.1" } \ No newline at end of file