Skip to content

Commit

Permalink
Updated .podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
dufflink committed May 11, 2022
1 parent 72fa08e commit f0467f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Source/VFont.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand All @@ -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;
Expand All @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion VFont.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit f0467f8

Please sign in to comment.