Skip to content

Commit

Permalink
Merge pull request #132 from SiftScience/2.1.5
Browse files Browse the repository at this point in the history
Release 2.1.5
  • Loading branch information
advornichenko-sift committed Jul 25, 2023
2 parents 8b18697 + c0ebe2d commit d9b3315
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [2.1.5] - 2023-07-25
### Changed
- The Podspec iOS deployment target is set to 12.0

## [2.1.4] - 2023-07-18
### Removed
- Removing samples/HackerNewsReader submodule directory
Expand Down
2 changes: 1 addition & 1 deletion HelloSift/Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "SiftScience/sift-ios" ~> 2.1.2
github "SiftScience/sift-ios" ~> 2.1.4
2 changes: 1 addition & 1 deletion HelloSift/Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "SiftScience/sift-ios" "v2.1.1"
github "SiftScience/sift-ios" "v2.1.4"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ This will create initial files and folders including hidden​ `​.gitignore​
dependencies: [
// Dependencies declare other packages that this package depends on.
​// .package(url: /* package url */, from: "1.0.0"),
.​package​(​url​: "https://github.com/SiftScience/sift-ios.git"​, ​from​: "2.1.4"​)
.​package​(​url​: "https://github.com/SiftScience/sift-ios.git"​, ​from​: "2.1.5"​)
],
​targets​: [
​// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down
2 changes: 1 addition & 1 deletion Sift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'Sift'
spec.version = '2.1.4'
spec.version = '2.1.5'
spec.authors = 'Sift Science'
spec.license = {
:type => 'MIT',
Expand Down
2 changes: 1 addition & 1 deletion Sift/Sift.m
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ + (instancetype)sharedInstance {
- (instancetype)initWithRootDirPath:(NSString *)rootDirPath {
self = [super init];
if (self) {
_sdkVersion = @"v2.1.4";
_sdkVersion = @"v2.1.5";

_rootDirPath = rootDirPath;

Expand Down

0 comments on commit d9b3315

Please sign in to comment.