diff --git a/Source/VFont.xcodeproj/project.pbxproj b/Source/VFont.xcodeproj/project.pbxproj index 204bf11..f9d6eb8 100644 --- a/Source/VFont.xcodeproj/project.pbxproj +++ b/Source/VFont.xcodeproj/project.pbxproj @@ -278,7 +278,7 @@ isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 4; + CURRENT_PROJECT_VERSION = 5; DEFINES_MODULE = YES; DEVELOPMENT_TEAM = CX6AZ34SLQ; DYLIB_COMPATIBILITY_VERSION = 1; @@ -292,7 +292,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 0.4.0; + MARKETING_VERSION = 0.4.1; PRODUCT_BUNDLE_IDENTIFIER = evilmartians.VFont; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SKIP_INSTALL = YES; @@ -306,7 +306,7 @@ isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 4; + CURRENT_PROJECT_VERSION = 5; DEFINES_MODULE = YES; DEVELOPMENT_TEAM = CX6AZ34SLQ; DYLIB_COMPATIBILITY_VERSION = 1; @@ -320,7 +320,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 0.4.0; + MARKETING_VERSION = 0.4.1; PRODUCT_BUNDLE_IDENTIFIER = evilmartians.VFont; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SKIP_INSTALL = YES; diff --git a/VFont.podspec b/VFont.podspec index 800e932..2ff3c8f 100644 --- a/VFont.podspec +++ b/VFont.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'VFont' - s.version = '0.4.0' + s.version = '0.4.1' s.license = { :type => 'MIT', :file => 'LICENSE.md' } s.summary = 'Variable Fonts in Swift and SwiftUI'