Skip to content

Commit

Permalink
Fixed version in project configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Niedertscheider committed Mar 15, 2021
1 parent 28ad353 commit 3becd44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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 = '2.3.3'
s.version = '2.3.4'
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
Original file line number Diff line number Diff line change
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.3;
MARKETING_VERSION = 2.3.4;
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.3;
MARKETING_VERSION = 2.3.4;
OTHER_SWIFT_FLAGS = "$(inherited) -DXcode";
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
Expand Down

0 comments on commit 3becd44

Please sign in to comment.