Skip to content

Commit

Permalink
Update files for v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andlie authored and hiteshjain29 committed Mar 7, 2023
1 parent 58aa8d3 commit b5dbc54
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
## 2.1.0
## 2.1.1

- Added support for latest xcode
- Added spm as dependency manager
- fix issue where using pods could case the app no to build
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

import PackageDescription

let version = "2.1.0"
let checksum = "33094c8ead6b1b080ed6ec6d7f16ff6b6ff6dc710e49bb78992c465e29063513"
let version = "2.1.1"
let checksum = "8a9c6cbe6427394b01b2a24a4890065468fdf421573354f1c24dafe344b7ed7c"
let url = "https://github.com/SurveyMonkey/surveymonkey-ios-sdk/releases/download/v\(version)/SurveyMonkeyiOSSDK.zip"

let package = Package(
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ To integrate the SDK into your Xcode project using CocoaPods, specify it in your
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '11.0'

pod 'surveymonkey-ios-sdk', '~> 2.1.0'
pod 'surveymonkey-ios-sdk', '~> 2.1.1'
```

Then, run the following command:
Expand Down
2 changes: 1 addition & 1 deletion surveymonkey-ios-sdk.podspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "2.1.0"
version = "2.1.1"

Pod::Spec.new do |s|
s.name = "surveymonkey-ios-sdk"
Expand Down

0 comments on commit b5dbc54

Please sign in to comment.