Skip to content

Commit

Permalink
Version bump to 2.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Niedertscheider committed Apr 11, 2021
1 parent d53c9ee commit e4577f5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
@@ -1,12 +1,21 @@
# Change Log

## [Unreleased](https://github.com/techprimate/TPPDF/tree/HEAD) (2021-??-??)
[Full Changelog](https://github.com/techprimate/TPPDF/compare/2.3.4...HEAD)
[Full Changelog](https://github.com/techprimate/TPPDF/compare/2.3.5...HEAD)

**Implemented enhancements:**

**Fixed bugs:**

**Closed issues:**

**Merged pull requests:**

## [Unreleased](https://github.com/techprimate/TPPDF/tree/2.3.5) (2021-04-11)
[Full Changelog](https://github.com/techprimate/TPPDF/compare/2.3.4...2.3.5)

**Fixed bugs:**

- Fixed `PDFList` not calculating available content height correctly (#267)
- Removed `PDFTable` initializer size defaults (#269)

Expand Down
2 changes: 1 addition & 1 deletion TPPDF.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'TPPDF'
s.version = '2.3.4'
s.version = '2.3.5'
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
4 changes: 2 additions & 2 deletions TPPDF.xcodeproj/project.pbxproj
Expand Up @@ -3017,7 +3017,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.10;
MARKETING_VERSION = 2.3.4;
MARKETING_VERSION = 2.3.5;
ONLY_ACTIVE_ARCH = YES;
OTHER_SWIFT_FLAGS = "$(inherited) -DXcode";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -3069,7 +3069,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.10;
MARKETING_VERSION = 2.3.4;
MARKETING_VERSION = 2.3.5;
OTHER_SWIFT_FLAGS = "$(inherited) -DXcode";
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
Expand Down

0 comments on commit e4577f5

Please sign in to comment.