Skip to content

Commit bae9f90

Browse files
committed
Merge branch 'hotfix/1.3.1'
2 parents e7c406f + b366cd9 commit bae9f90

File tree

3 files changed

+98
-2
lines changed

3 files changed

+98
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,32 @@
11
# Change Log
22

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

66
**Implemented enhancements:**
77

88
**Fixed bugs:**
99

1010
**Closed issues:**
1111

12+
## [1.3.1](https://github.com/techprimate/TPPDF/tree/1.3.1) (2018-11-13)
13+
[Full Changelog](https://github.com/techprimate/TPPDF/compare/1.3.0...1.3.1)
14+
15+
**Fixed bugs:**
16+
17+
- Issue #98
18+
19+
## [1.3.0](https://github.com/techprimate/TPPDF/tree/HEAD) (2018-10-03)
20+
[Full Changelog](https://github.com/techprimate/TPPDF/compare/1.2.1...1.3.0)
21+
22+
**Implemented enhancements:**
23+
24+
- Support for Swift 4.2
25+
1226
**Merged pull requests:**
1327

28+
- PR #94 [by techprimate-phil]
29+
1430
## [1.2.0](https://github.com/techprimate/TPPDF/tree/1.2.0) (2018-07-12)
1531
[Full Changelog](https://github.com/techprimate/TPPDF/compare/1.1.2...1.2.0)
1632

Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/TPPDF.xcscheme

Lines changed: 80 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

TPPDF.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 = 'TPPDF'
3-
s.version = '1.3.0'
3+
s.version = '1.3.1'
44
s.summary = 'TPPDF is a simple-to-use PDF builder for iOS'
55
s.description = <<-DESC
66
TPPDF is an object-based PDF builder, completely built in Swift.

0 commit comments

Comments
 (0)