diff --git a/CHANGELOG.md b/CHANGELOG.md
index 55c243b..08f4d00 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,12 @@
 
 All notable changes to PagerTabStrip will be documented in this file.
 
+### [3.1.1](https://github.com/xmartlabs/PagerTabStrip/releases/tag/3.1.1)
+
+<!-- Released on 2021-12-20. -->
+
+- Fix swipe back gesture
+
 ### [3.1.0](https://github.com/xmartlabs/PagerTabStrip/releases/tag/3.1.0)
 
 <!-- Released on 2021-12-09. -->
diff --git a/PagerTabStripView.podspec b/PagerTabStripView.podspec
index 70c0aa4..1a440e3 100644
--- a/PagerTabStripView.podspec
+++ b/PagerTabStripView.podspec
@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name             = "PagerTabStripView"
-  s.version          = "3.1.0"
+  s.version          = "3.1.1"
   s.summary          = "PagerTabStripView allows navigating through pages using a custom navigation bar in SwiftUI."
   s.homepage         = "https://github.com/xmartlabs/PagerTabStripView"
   s.license          = { type: 'MIT', file: 'LICENSE' }
diff --git a/PagerTabStripView.xcodeproj/project.pbxproj b/PagerTabStripView.xcodeproj/project.pbxproj
index b3d7b5e..af2ce61 100644
--- a/PagerTabStripView.xcodeproj/project.pbxproj
+++ b/PagerTabStripView.xcodeproj/project.pbxproj
@@ -441,7 +441,7 @@
 				INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
 				IPHONEOS_DEPLOYMENT_TARGET = 14.0;
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
-				MARKETING_VERSION = 3.1.0;
+				MARKETING_VERSION = 3.1.1;
 				PRODUCT_BUNDLE_IDENTIFIER = com.xmartlabs.PagerTabStripView.PagerTabStripView;
 				PRODUCT_NAME = "$(TARGET_NAME)";
 				SKIP_INSTALL = YES;
@@ -465,7 +465,7 @@
 				INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
 				IPHONEOS_DEPLOYMENT_TARGET = 14.0;
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
-				MARKETING_VERSION = 3.1.0;
+				MARKETING_VERSION = 3.1.1;
 				PRODUCT_BUNDLE_IDENTIFIER = com.xmartlabs.PagerTabStripView.PagerTabStripView;
 				PRODUCT_NAME = "$(TARGET_NAME)";
 				SKIP_INSTALL = YES;