Skip to content

Commit

Permalink
Bump version to 4.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
contentsquare-ci committed Nov 30, 2023
1 parent 5958e85 commit e1bc4ce
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
Binary file modified ContentsquareModuleWrapper/ContentsquareBundle.bundle/Assets.car
Binary file not shown.
Binary file modified ContentsquareModuleWrapper/ContentsquareBundle.bundle/Info.plist
Binary file not shown.
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ let package = Package(
),
.binaryTarget(
name: "ContentsquareModule",
url: "https://github.com/ContentSquare/CS_iOS_SDK/releases/download/4.27.0/ContentsquareModuleSwiftPackage.xcframework.zip",
checksum: "0b4753e5cb515264786cd3fc138cf73bfc42bf8afb4274496cbb3901616c74b8"),
url: "https://github.com/ContentSquare/CS_iOS_SDK/releases/download/4.27.1/ContentsquareModuleSwiftPackage.xcframework.zip",
checksum: "54394364bd3f6eb444e130ed780f1c9cb829fcb8ff754471a99ed4f10f4332c5"),
.binaryTarget(
name: "ContentsquareErrorAnalysisModule",
url: "https://github.com/ContentSquare/CS_iOS_SDK/releases/download/4.27.0/ContentsquareErrorAnalysisModuleSwiftPackage.xcframework.zip",
checksum: "7d1bccac03775724e86c0acb8f7f91e8964de9fb1f5e4a68c041e07d2fd1324b"),
url: "https://github.com/ContentSquare/CS_iOS_SDK/releases/download/4.27.1/ContentsquareErrorAnalysisModuleSwiftPackage.xcframework.zip",
checksum: "2743d21af6ec55fc70695a897d4602777b1eb94560bbcf8876bd186f709b0a78"),
]
)
3 changes: 2 additions & 1 deletion carthage/ContentsquareErrorAnalysisModule.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
"4.25.1" : "https://github.com/ContentSquare/CS_iOS_SDK/releases/download/4.25.1/ContentsquareErrorAnalysisModuleCarthage.xcframework.zip",
"4.25.2" : "https://github.com/ContentSquare/CS_iOS_SDK/releases/download/4.25.2/ContentsquareErrorAnalysisModuleCarthage.xcframework.zip",
"4.26.0" : "https://github.com/ContentSquare/CS_iOS_SDK/releases/download/4.26.0/ContentsquareErrorAnalysisModuleCarthage.xcframework.zip",
"4.27.0" : "https://github.com/ContentSquare/CS_iOS_SDK/releases/download/4.27.0/ContentsquareErrorAnalysisModuleCarthage.xcframework.zip"
"4.27.0" : "https://github.com/ContentSquare/CS_iOS_SDK/releases/download/4.27.0/ContentsquareErrorAnalysisModuleCarthage.xcframework.zip",
"4.27.1" : "https://github.com/ContentSquare/CS_iOS_SDK/releases/download/4.27.1/ContentsquareErrorAnalysisModuleCarthage.xcframework.zip"
}
3 changes: 2 additions & 1 deletion carthage/ContentsquareModule.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@
"4.25.1" : "https://github.com/ContentSquare/CS_iOS_SDK/releases/download/4.25.1/ContentsquareModuleCarthage.xcframework.zip",
"4.25.2" : "https://github.com/ContentSquare/CS_iOS_SDK/releases/download/4.25.2/ContentsquareModuleCarthage.xcframework.zip",
"4.26.0" : "https://github.com/ContentSquare/CS_iOS_SDK/releases/download/4.26.0/ContentsquareModuleCarthage.xcframework.zip",
"4.27.0" : "https://github.com/ContentSquare/CS_iOS_SDK/releases/download/4.27.0/ContentsquareModuleCarthage.xcframework.zip"
"4.27.0" : "https://github.com/ContentSquare/CS_iOS_SDK/releases/download/4.27.0/ContentsquareModuleCarthage.xcframework.zip",
"4.27.1" : "https://github.com/ContentSquare/CS_iOS_SDK/releases/download/4.27.1/ContentsquareModuleCarthage.xcframework.zip"
}

0 comments on commit e1bc4ce

Please sign in to comment.