Skip to content

Commit

Permalink
Release 6.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hiteshjain29 committed May 19, 2023
1 parent 5aa8ecd commit 46b877e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
### Fix
- Targeting percentage for survey reactivation
- Interuption of the stacktrace during a Crash
## 6.13.2
### Fix
- Targeting percentage for survey reactivation
- Interuption of the stacktrace during a Crash
## 6.13.1
### Fix
- Individual campaign status fetching
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.12"
let checksum = "30e4abc8a26dd9878e066f3b23d057031fd7664ffc4a054e50965c30d54efe5d"
let version = "6.13.2"
let checksum = "2e8a13f8d04c7b1c3e9226188413f632417be475a01250912f6a768ac63a5c2a"
let url = "https://github.com/usabilla/usabilla-u4a-ios-swift-sdk/releases/download/v\(version)/UsabillaXCFramework.zip"

let package = Package(
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.2": "https://github.com/usabilla/usabilla-u4a-ios-swift-sdk/releases/download/v6.13.2/UsabillaXCFramework.zip",
"6.13.12": "https://github.com/usabilla/usabilla-u4a-ios-swift-sdk/releases/download/v6.13.12/UsabillaXCFramework.zip",
"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",
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.12"
version = "6.13.2"

Pod::Spec.new do |s|

Expand Down

0 comments on commit 46b877e

Please sign in to comment.