Skip to content

Commit

Permalink
Merge pull request MessageKit#629 from MessageKit/0.13.3
Browse files Browse the repository at this point in the history
Release 0.13.3
  • Loading branch information
SD10 authored Apr 6, 2018
2 parents e09506f + a474bd1 commit 03a4b58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The changelog for `MessageKit`. Also see the [releases](https://github.com/Messa

## Upcoming release

## [[Prerelease] 0.13.3](https://github.com/MessageKit/MessageKit/releases/tag/0.13.3)

### Fixed

- Fixed font invalidation of `attributedString` in `MessageLabel`.
Expand Down
4 changes: 2 additions & 2 deletions MessageKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'MessageKit'
s.version = '0.13.2'
s.version = '0.13.3'
s.license = { :type => "MIT", :file => "LICENSE.md" }

s.summary = 'An elegant messages UI library for iOS.'
Expand All @@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.source_files = 'Sources/**/*.swift'

s.pod_target_xcconfig = {
"SWIFT_VERSION" => "4.0",
"SWIFT_VERSION" => "4.1",
}

s.ios.deployment_target = '9.0'
Expand Down

0 comments on commit 03a4b58

Please sign in to comment.