From 358ca5ed4580a9d55a76c35c1eafb6b82773bfe0 Mon Sep 17 00:00:00 2001
From: arsh244 <arsh244s@gmail.com>
Date: Fri, 3 Feb 2023 15:25:49 +0530
Subject: [PATCH] fix for headers already been sent

---
 rest_api_authentication.info.yml | 9 +++++++--
 rest_api_authentication.install  | 1 -
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/rest_api_authentication.info.yml b/rest_api_authentication.info.yml
index 789612b..91025a5 100644
--- a/rest_api_authentication.info.yml
+++ b/rest_api_authentication.info.yml
@@ -14,6 +14,11 @@ configure: rest_api_authentication.auth_settings
 # datestamp: 1673072410
 
 # Information added by Drupal.org packaging script on 2023-02-02
-version: '2.0.5'
+# version: '2.0.5'
+# project: 'rest_api_authentication'
+# datestamp: 1675316471
+
+# Information added by Drupal.org packaging script on 2023-02-02
+version: '2.0.6'
 project: 'rest_api_authentication'
-datestamp: 1675316471
+datestamp: 1675327461
diff --git a/rest_api_authentication.install b/rest_api_authentication.install
index 983f40a..d44b0ad 100644
--- a/rest_api_authentication.install
+++ b/rest_api_authentication.install
@@ -1,4 +1,3 @@
-
 <?php
 /**
  * @file
-- 
GitLab