Skip to content

Commit

Permalink
Prepare for v4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
billp committed Dec 31, 2024
1 parent 3c638da commit fe88949
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion TermiNetwork.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'TermiNetwork'
s.version = '4.1.1'
s.version = '4.1.2'
s.summary = 'A zero-dependency networking solution for building modern and secure iOS, watchOS, macOS and tvOS applications.'
s.homepage = 'https://github.com/billp/TermiNetwork.git'
s.license = 'MIT'
Expand Down
8 changes: 4 additions & 4 deletions TermiNetwork.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1279,7 +1279,7 @@
"@loader_path/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 11.0;
MARKETING_VERSION = 4.1.1;
MARKETING_VERSION = 4.1.2;
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu11 gnu++14";
PRODUCT_BUNDLE_IDENTIFIER = com.billp.TermiNetwork;
Expand Down Expand Up @@ -1318,7 +1318,7 @@
"@loader_path/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 11.0;
MARKETING_VERSION = 4.1.1;
MARKETING_VERSION = 4.1.2;
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu11 gnu++14";
PRODUCT_BUNDLE_IDENTIFIER = com.billp.TermiNetwork;
Expand Down Expand Up @@ -1392,7 +1392,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 3.0;
MARKETING_VERSION = 4.1.2;
PRODUCT_BUNDLE_IDENTIFIER = com.billp.TermiNetworkExamples;
PRODUCT_NAME = TermiNetworkExamples;
SDKROOT = iphoneos;
Expand All @@ -1415,7 +1415,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 3.0;
MARKETING_VERSION = 4.1.2;
PRODUCT_BUNDLE_IDENTIFIER = com.billp.TermiNetworkExamples;
PRODUCT_NAME = TermiNetworkExamples;
SDKROOT = iphoneos;
Expand Down

0 comments on commit fe88949

Please sign in to comment.