Skip to content

Commit 8a3e86f

Browse files
author
Arief Nur Putranto
committed
bump up version 1.14.4
1 parent 99ec11b commit 8a3e86f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

QiscusCore.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "QiscusCore"
3-
s.version = "1.14.3"
3+
s.version = "1.14.4"
44
s.summary = "Qiscus Core SDK for iOS"
55
s.description = <<-DESC
66
Qiscus SDK for iOS contains Qiscus public Model.

Source/QiscusCore/QiscusCore.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import Foundation
1010
import UIKit
1111

1212
public class QiscusCore: NSObject {
13-
public static let qiscusCoreVersionNumber:String = "1.14.3"
13+
public static let qiscusCoreVersionNumber:String = "1.14.4"
1414
class var bundle:Bundle{
1515
get{
1616
let podBundle = Bundle(for: QiscusCore.self)

0 commit comments

Comments
 (0)