Skip to content

Commit

Permalink
update to version 5.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanMiticon committed Sep 30, 2024
1 parent 75f4405 commit 1ade31f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MappIntelligence.podspec
Original file line number Diff line number Diff line change
@@ -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/'
Expand Down
2 changes: 1 addition & 1 deletion MappIntelligence/MappIntelligence.m
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ + (nullable instancetype)shared {
}

+ (NSString *)version {
return @"5.0.11";
return @"5.0.12";
}

+ (NSString *)getUrl {
Expand Down
2 changes: 1 addition & 1 deletion MappIntelligenceSDK-iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleShortVersionString</key>
<string>5.0.11</string>
<string>5.0.12</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1ade31f

Please sign in to comment.