From b0f52b6318ac1d02ccf4fac7c204263d4abf15ef Mon Sep 17 00:00:00 2001
From: Mattias Nilsson <tollepjaer@gmail.com>
Date: Fri, 5 May 2023 06:02:16 +0200
Subject: [PATCH] [RELEASE] Prepare for version ''3.5.0''

---
 Documentation/Settings.cfg | 4 ++--
 ext_emconf.php             | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg
index 0831a3a..435a644 100644
--- a/Documentation/Settings.cfg
+++ b/Documentation/Settings.cfg
@@ -4,8 +4,8 @@
 [general]
 
 project     = Pxa Social Feed
-version     = 3.4
-release     = 3.4.3
+version     = 3.5
+release     = 3.5.0
 copyright   = since 2019
 
 [html_theme_options]
diff --git a/ext_emconf.php b/ext_emconf.php
index 53a4f45..c415433 100644
--- a/ext_emconf.php
+++ b/ext_emconf.php
@@ -15,7 +15,7 @@
     'uploadfolder' => '0',
     'createDirs' => '',
     'clearCacheOnLoad' => 0,
-    'version' => '3.4.3',
+    'version' => '3.5.0',
     'constraints' => [
         'depends' => [
             'typo3' => '10.3.0-11.5.99',