From 5ddd62e4370f0f3bd5dda00c3cf6b97271692fa8 Mon Sep 17 00:00:00 2001 From: Manuel Lorenze Date: Thu, 17 Oct 2024 18:41:10 -0300 Subject: [PATCH] Updated changelog and version --- CHANGELOG.md | 6 ++++++ Example/Example.xcodeproj/project.pbxproj | 4 ++-- PagerTabStripView.xcodeproj/project.pbxproj | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab01d66..297c2e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to PagerTabStrip will be documented in this file. +### [4.1.0](https://github.com/xmartlabs/PagerTabStrip/releases/tag/4.1.0) + + + +- Fix PagerTabStripView to make it work in iOS 18 + ### [4.0.0](https://github.com/xmartlabs/PagerTabStrip/releases/tag/4.0.0) diff --git a/Example/Example.xcodeproj/project.pbxproj b/Example/Example.xcodeproj/project.pbxproj index 28dcd99..85c85f1 100644 --- a/Example/Example.xcodeproj/project.pbxproj +++ b/Example/Example.xcodeproj/project.pbxproj @@ -537,7 +537,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_INJECT_BASE_ENTITLEMENTS = YES; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 4.0.0; + CURRENT_PROJECT_VERSION = 4.1.0; DEVELOPMENT_TEAM = ""; ENABLE_PREVIEWS = YES; INFOPLIST_FILE = iOS/Info.plist; @@ -567,7 +567,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_INJECT_BASE_ENTITLEMENTS = YES; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 4.0.0; + CURRENT_PROJECT_VERSION = 4.1.0; DEVELOPMENT_TEAM = ""; ENABLE_PREVIEWS = YES; INFOPLIST_FILE = iOS/Info.plist; diff --git a/PagerTabStripView.xcodeproj/project.pbxproj b/PagerTabStripView.xcodeproj/project.pbxproj index 7675bb9..73cdc5a 100644 --- a/PagerTabStripView.xcodeproj/project.pbxproj +++ b/PagerTabStripView.xcodeproj/project.pbxproj @@ -526,7 +526,7 @@ buildSettings = { CODE_SIGN_IDENTITY = ""; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 4.0.0; + CURRENT_PROJECT_VERSION = 4.1.0; DEFINES_MODULE = YES; DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; @@ -558,7 +558,7 @@ buildSettings = { CODE_SIGN_IDENTITY = ""; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 4.0.0; + CURRENT_PROJECT_VERSION = 4.1.0; DEFINES_MODULE = YES; DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1;