Skip to content

Commit

Permalink
GLOB-51 update release version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bibiette committed Oct 19, 2021
1 parent b0d0d27 commit c2d4331
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let package = Package(
],
targets: [
.binaryTarget(name:"Permutive_iOS",
url:"https://storage.googleapis.com/permutive-ios-sdks/swift-sdk/Permutive-iOS-v1.0.0.zip",
checksum: "f9b2bbf9f45ffb8faaafbd9ec5e9f097fea62ac65ec0f64b4fc915801ed8a353")
url:"https://storage.googleapis.com/permutive-ios-sdks/swift-sdk/Permutive-iOS-v1.1.0.zip",
checksum: "8e7ba64f5aeba659d743730f8790cb5e22017a4f085baf3b9b84aa05213647f2")
]
)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ Easily include Permutive SDK in your Podfile:
```
target 'Your Target' do
platform :ios, '11.0'
pod 'Permutive_iOS', '~> 1.0.0'
pod 'Permutive_iOS', '~> 1.1.0'
end
```

0 comments on commit c2d4331

Please sign in to comment.