From 2fc516ab431ae12d98f289c0b0c1da03c3c0bc05 Mon Sep 17 00:00:00 2001 From: Alex Rozanski Date: Thu, 13 Apr 2023 14:08:49 +0100 Subject: [PATCH] add appcast URL; bump version to v1.1.0 --- LlamaChat/Info.plist | 2 ++ LlamaChat/LlamaChat.xcconfig | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/LlamaChat/Info.plist b/LlamaChat/Info.plist index d80c3ca..e59b335 100644 --- a/LlamaChat/Info.plist +++ b/LlamaChat/Info.plist @@ -2,6 +2,8 @@ + SUFeedURL + https://llamachat.app/api/appcast.xml SUPublicEDKey kYcF5CTAVZ6ljL01giZNTfMtJCDUl/DUUQ5FsibYCx8= diff --git a/LlamaChat/LlamaChat.xcconfig b/LlamaChat/LlamaChat.xcconfig index 92b755b..33c7a51 100644 --- a/LlamaChat/LlamaChat.xcconfig +++ b/LlamaChat/LlamaChat.xcconfig @@ -1,2 +1,2 @@ -CURRENT_PROJECT_VERSION = 2 -MARKETING_VERSION = 1.0.1 +CURRENT_PROJECT_VERSION = 4 +MARKETING_VERSION = 1.1.0