Skip to content

Commit

Permalink
Merge branch 'hotfix/1.3.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
philprime committed Nov 13, 2018
2 parents e7c406f + b366cd9 commit bae9f90
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 2 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,32 @@
# Change Log

## [Unreleased](https://github.com/techprimate/TPPDF/tree/HEAD) (2018-??-??)
[Full Changelog](https://github.com/techprimate/TPPDF/compare/1.2.0...HEAD)
[Full Changelog](https://github.com/techprimate/TPPDF/compare/1.3.1...HEAD)

**Implemented enhancements:**

**Fixed bugs:**

**Closed issues:**

## [1.3.1](https://github.com/techprimate/TPPDF/tree/1.3.1) (2018-11-13)
[Full Changelog](https://github.com/techprimate/TPPDF/compare/1.3.0...1.3.1)

**Fixed bugs:**

- Issue #98

## [1.3.0](https://github.com/techprimate/TPPDF/tree/HEAD) (2018-10-03)
[Full Changelog](https://github.com/techprimate/TPPDF/compare/1.2.1...1.3.0)

**Implemented enhancements:**

- Support for Swift 4.2

**Merged pull requests:**

- PR #94 [by techprimate-phil]

## [1.2.0](https://github.com/techprimate/TPPDF/tree/1.2.0) (2018-07-12)
[Full Changelog](https://github.com/techprimate/TPPDF/compare/1.1.2...1.2.0)

Expand Down
80 changes: 80 additions & 0 deletions Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/TPPDF.xcscheme

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.3.0'
s.version = '1.3.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 bae9f90

Please sign in to comment.