Skip to content

Commit

Permalink
1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
philprime committed May 19, 2019
1 parent f10a3a4 commit b7bb828
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Change Log

## [Unreleased](https://github.com/techprimate/TPPDF/tree/HEAD) (2019-??-??)
[Full Changelog](https://github.com/techprimate/TPPDF/compare/1.4.0...HEAD)
[Full Changelog](https://github.com/techprimate/TPPDF/compare/1.4.1...HEAD)

**Implemented enhancements:**

Expand All @@ -11,6 +11,17 @@

**Merged pull requests:**

## [1.4.0](https://github.com/techprimate/TPPDF/tree/1.4.1) (2019-05-19)
[Full Changelog](https://github.com/techprimate/TPPDF/compare/1.4.0...1.4.1)

**Fixed bugs:**

- Carthage missing shared scheme (#135)

**Closed issues:**

- #135

## [1.4.0](https://github.com/techprimate/TPPDF/tree/1.4.0) (2019-04-17)
[Full Changelog](https://github.com/techprimate/TPPDF/compare/1.3.3...1.4.0)

Expand Down
2 changes: 1 addition & 1 deletion TPPDF.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'TPPDF'
s.version = '1.4.0'
s.version = '1.4.1'
s.summary = 'TPPDF is a simple-to-use PDF builder for iOS'
s.description = <<-DESC
TPPDF is an object-based PDF builder, completely built in Swift.
Expand Down

0 comments on commit b7bb828

Please sign in to comment.