Skip to content

Commit

Permalink
releasing version 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pjain-sift committed Jul 18, 2023
1 parent ae4abc1 commit f5951ee
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 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.3] - 2023-07-17
### Removed
- Removing submodule HackerNewsReader dependency

## [2.1.2] - 2023-06-14
### Fixed warnings related to following
- A function declaration without a prototype is deprecated in all version of C
Expand Down
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.1"​)
.​package​(​url​: "https://github.com/SiftScience/sift-ios.git"​, ​from​: "2.1.3"​)
],
​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.2'
spec.version = '2.1.3'
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.2";
_sdkVersion = @"v2.1.3";

_rootDirPath = rootDirPath;

Expand Down

0 comments on commit f5951ee

Please sign in to comment.