Skip to content

Commit

Permalink
Updated build version to 2.0.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandr.orlov committed Sep 7, 2020
1 parent 25bb863 commit ec5bbaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AnyFormatKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'AnyFormatKit'
s.version = '2.0.5'
s.version = '2.0.6'
s.summary = 'Simple text formatting in Swift.'

s.description = <<-DESC
Expand Down
4 changes: 2 additions & 2 deletions AnyFormatKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,7 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 2.0.5;
MARKETING_VERSION = 2.0.6;
PRODUCT_BUNDLE_IDENTIFIER = Brander.AnyFormatKit;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand All @@ -906,7 +906,7 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 2.0.5;
MARKETING_VERSION = 2.0.6;
PRODUCT_BUNDLE_IDENTIFIER = Brander.AnyFormatKit;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down

0 comments on commit ec5bbaa

Please sign in to comment.