Skip to content

Commit

Permalink
Release 6.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hiteshjain29 committed Dec 14, 2021
1 parent 173cd4d commit 3bd42ed
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 6.10.0
### Fix
- Campaigns with Title & Text (optional \ empty) component

### Update
- Dark Mode support for both Campaigns & Passive Feedback
- Multi custom variable support
## 6.9.0

### Update
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.9.0"
let checksum = "4b5398bb2f3fcef1e27b83441e5396effccea10f6aff80296c36b743d68cfbc4"
let version = "6.10.0"
let checksum = "1d7bcf314e8fb833e5de230a8521d5801474e4281079ba54b84beeb3a56f22dc"
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 @@ -83,7 +83,7 @@ use_frameworks!

target 'YourProjectTarget' do

pod 'Usabilla', '~> 6.9.0'
pod 'Usabilla', '~> 6.10.0'

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.10.0": "https://github.com/usabilla/usabilla-u4a-ios-swift-sdk/releases/download/v6.10.0/UsabillaXCFramework.zip",
"6.9.0": "https://github.com/usabilla/usabilla-u4a-ios-swift-sdk/releases/download/v6.9.0/UsabillaXCFramework.zip",
"6.8.7": "https://github.com/usabilla/usabilla-u4a-ios-swift-sdk/releases/download/v6.8.7/UsabillaCarthage.zip",
"6.8.6": "https://github.com/usabilla/usabilla-u4a-ios-swift-sdk/releases/download/v6.8.6/UsabillaCarthage.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.9.0"
version = "6.10.0"

Pod::Spec.new do |s|

Expand Down

0 comments on commit 3bd42ed

Please sign in to comment.