Skip to content

Commit 9244821

Browse files
committed
Bumped the version to hl-1.0.4
1 parent fcb9105 commit 9244821

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
hl-1.0.4
2+
==========
3+
2023-01-09 Hale Xie <hale.xie@helplightning.com>
4+
* Fix Update the resource bundle using iphoneos sdk and change build script not to sign the resource bundle
5+
16
hl-1.0.3
27
==========
38
2023-01-03 Hale Xie <hale.xie@helplightning.com>

vipaar-MessageKit.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'vipaar-MessageKit'
3-
s.version = '1.0.3'
3+
s.version = '1.0.4'
44
s.license = { :type => "MIT", :file => "LICENSE.md" }
55

66
s.summary = 'An elegant messages UI library for iOS.'
@@ -19,7 +19,7 @@ Pod::Spec.new do |s|
1919

2020
s.swift_version = '5.3'
2121

22-
s.ios.deployment_target = '12.0'
22+
s.ios.deployment_target = '13.0'
2323
s.ios.resources = ['distributive/MessageKitResources.bundle']
2424

2525
s.dependency 'InputBarAccessoryView', '~> 5.4.0'

0 commit comments

Comments
 (0)