Skip to content

Commit

Permalink
Version 4.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
BradHN1 committed Nov 11, 2023
1 parent cbd9d36 commit 3c556f5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/_main_/config/build/deployConfig.json
Original file line number Diff line number Diff line change
@@ -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"
}
3 changes: 1 addition & 2 deletions src/_main_/config/build/deployNotes.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
Feb 24: Admin portal pagination:
- deliver content in small chunks
Nov 11: User events nudge fix - sorting by date and 12 hour time_string
2 changes: 1 addition & 1 deletion src/api_version_dev.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.13.3
4.13.4
2 changes: 1 addition & 1 deletion src/deployment/build.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dev": "4.13.3",
"dev": "4.13.4",
"prod": "4.12.1",
"canary": "4.12.1"
}

0 comments on commit 3c556f5

Please sign in to comment.