diff --git a/CHANGELOG.md b/CHANGELOG.md index 5770bd7..a6168b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## [2.1.4] - 2023-07-18 +### Removed +- Removing samples/HackerNewsReader submodule directory + ## [2.1.3] - 2023-07-17 ### Removed - Removing submodule HackerNewsReader dependency diff --git a/HelloSift/Cartfile b/HelloSift/Cartfile index bd3235a..418e48e 100644 --- a/HelloSift/Cartfile +++ b/HelloSift/Cartfile @@ -1 +1 @@ -github "SiftScience/sift-ios" ~> 2.1.1 \ No newline at end of file +github "SiftScience/sift-ios" ~> 2.1.2 \ No newline at end of file diff --git a/README.md b/README.md index f534d1f..e04fcc4 100644 --- a/README.md +++ b/README.md @@ -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.3"​) + .​package​(​url​: "https://github.com/SiftScience/sift-ios.git"​, ​from​: "2.1.4"​) ], ​targets​: [ ​// Targets are the basic building blocks of a package. A target can define a module or a test suite. diff --git a/Sift.podspec b/Sift.podspec index d83a7ac..ab0f9f1 100644 --- a/Sift.podspec +++ b/Sift.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'Sift' - spec.version = '2.1.3' + spec.version = '2.1.4' spec.authors = 'Sift Science' spec.license = { :type => 'MIT', diff --git a/Sift/Sift.m b/Sift/Sift.m index ccccd37..6ee2ad4 100644 --- a/Sift/Sift.m +++ b/Sift/Sift.m @@ -57,7 +57,7 @@ + (instancetype)sharedInstance { - (instancetype)initWithRootDirPath:(NSString *)rootDirPath { self = [super init]; if (self) { - _sdkVersion = @"v2.1.3"; + _sdkVersion = @"v2.1.4"; _rootDirPath = rootDirPath;