From 9a5db3dcfb9e9cc02784004df356bcd5a1950aec Mon Sep 17 00:00:00 2001 From: Enrico Ros Date: Tue, 5 Mar 2024 22:38:56 -0800 Subject: [PATCH] 1.14.0: release date --- src/apps/news/news.data.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/apps/news/news.data.tsx b/src/apps/news/news.data.tsx index a1bcd5386..f982c9f09 100644 --- a/src/apps/news/news.data.tsx +++ b/src/apps/news/news.data.tsx @@ -55,8 +55,9 @@ export const NewsItems: NewsItem[] = [ }*/ { versionCode: '1.14.0', - versionName: 'ModelMorphic', + versionName: 'Modelmorphic', versionCoverImage: coverV114, + versionDate: new Date('2024-03-06T08:00:00Z'), items: [ { text: <>Perplexity support, including Online models, issue: 407, icon: PerplexityIcon }, { text: <>Groq support, with speeds up to 500 tok/s, issue: 427, icon: GroqIcon },