Skip to content

Commit

Permalink
Release 6.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hiteshjain29 committed Mar 28, 2023
1 parent c535a2f commit 861d8e1
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 6.13.1
### Fix
- Individual campaign status fetching
- Xcode buld support 14.1
### Update
- OS target to 11
## 6.13.0
### Fix
- HTTP 414 issue (Targeting url length issue)
Expand Down
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 = "6.13.0"
let checksum = "a41f87dfb39b45f57cddf3102897b16c00cff0cf402fde64874c17311ce70782"
let version = "6.13.1"
let checksum = "276d9564a79003a1825339e2e77a37db6e3d829db69cd461774f0a4aa79ea48e"
let url = "https://github.com/usabilla/usabilla-u4a-ios-swift-sdk/releases/download/v\(version)/UsabillaXCFramework.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 @@ -86,7 +86,7 @@ use_frameworks!

target 'YourProjectTarget' do

pod 'Usabilla', '~> 6.13.0'
pod 'Usabilla', '~> 6.13.1'

End
```
Expand Down
1 change: 1 addition & 0 deletions Usabilla.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"6.13.1": "https://github.com/usabilla/usabilla-u4a-ios-swift-sdk/releases/download/v6.13.1/UsabillaXCFramework.zip",
"6.13.0": "https://github.com/usabilla/usabilla-u4a-ios-swift-sdk/releases/download/v6.13.0/UsabillaXCFramework.zip",
"6.12.3": "https://github.com/usabilla/usabilla-u4a-ios-swift-sdk/releases/download/v6.12.3/UsabillaXCFramework.zip",
"6.12.2": "https://github.com/usabilla/usabilla-u4a-ios-swift-sdk/releases/download/v6.12.2/UsabillaXCFramework.zip",
Expand Down
2 changes: 1 addition & 1 deletion Usabilla.podspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "6.13.0"
version = "6.13.1"

Pod::Spec.new do |s|

Expand Down

0 comments on commit 861d8e1

Please sign in to comment.