From 1ade31f58b581bfade73c93f877a3f83a09584ad Mon Sep 17 00:00:00 2001 From: Stefan Stevanovic Date: Mon, 30 Sep 2024 21:22:42 +0200 Subject: [PATCH] update to version 5.0.12 --- MappIntelligence.podspec | 2 +- MappIntelligence/MappIntelligence.m | 2 +- MappIntelligenceSDK-iOS/Info.plist | 2 +- README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/MappIntelligence.podspec b/MappIntelligence.podspec index 91634537..d085d4c9 100644 --- a/MappIntelligence.podspec +++ b/MappIntelligence.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'MappIntelligence' - s.version = '5.0.11' + s.version = '5.0.12' s.author = { 'Mapp Digital' => 'devgroup.mobile@webtrekk.com' } s.homepage = 'https://mapp.com/mapp-cloud/analytics/app-analytics/' diff --git a/MappIntelligence/MappIntelligence.m b/MappIntelligence/MappIntelligence.m index 913283ad..6fcc4333 100644 --- a/MappIntelligence/MappIntelligence.m +++ b/MappIntelligence/MappIntelligence.m @@ -60,7 +60,7 @@ + (nullable instancetype)shared { } + (NSString *)version { - return @"5.0.11"; + return @"5.0.12"; } + (NSString *)getUrl { diff --git a/MappIntelligenceSDK-iOS/Info.plist b/MappIntelligenceSDK-iOS/Info.plist index 80b84252..1a64e102 100644 --- a/MappIntelligenceSDK-iOS/Info.plist +++ b/MappIntelligenceSDK-iOS/Info.plist @@ -5,7 +5,7 @@ CFBundleDevelopmentRegion $(DEVELOPMENT_LANGUAGE) CFBundleShortVersionString - 5.0.11 + 5.0.12 CFBundleExecutable $(EXECUTABLE_NAME) CFBundleIdentifier diff --git a/README.md b/README.md index 84b63c5c..19ef0cc7 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ The *Swift Package Manager* is a tool for automating the distribution of Swift c Once you have your Swift package set up, adding MappIntelligence as a dependency is as easy as adding it to the dependencies value of your Package.swift. dependencies: [ - .package(url: "https://github.com/mapp-digital/MappIntelligence-iOS-v5.git", .upToNextMajor(from: "5.0.11")) + .package(url: "https://github.com/mapp-digital/MappIntelligence-iOS-v5.git", .upToNextMajor(from: "5.0.12")) ] # OCLint