@ -2,7 +2,7 @@
"name": "session-desktop",
"productName": "Session",
"description": "Private messaging from your desktop",
"version": "1.14.3",
"version": "1.14.5",
"license": "GPL-3.0",
"author": {
"name": "Session Foundation",
@ -63,7 +63,7 @@ export const DocumentListItem = (props: Props) => {
</span>
</div>
<div className="module-document-list-item__date">
{formatDateWithLocale({ date: new Date(timestamp), formatStr: 'ddd, MMM D, Y' })}
{formatDateWithLocale({ date: new Date(timestamp), formatStr: 'd LLL, yyyy' })}