Skip to content

Commit b6dad72

Browse files
authored
Merge pull request #17 from session-foundation/unstable
Session 1.14.5
2 parents 735ab91 + b4913ad commit b6dad72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "session-desktop",
33
"productName": "Session",
44
"description": "Private messaging from your desktop",
5-
"version": "1.14.3",
5+
"version": "1.14.5",
66
"license": "GPL-3.0",
77
"author": {
88
"name": "Oxen Labs",

ts/components/conversation/media-gallery/DocumentListItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export const DocumentListItem = (props: Props) => {
6363
</span>
6464
</div>
6565
<div className="module-document-list-item__date">
66-
{formatDateWithLocale({ date: new Date(timestamp), formatStr: 'ddd, MMM D, Y' })}
66+
{formatDateWithLocale({ date: new Date(timestamp), formatStr: 'd LLL, yyyy' })}
6767
</div>
6868
</div>
6969
</div>

0 commit comments

Comments
 (0)