Skip to content

Commit

Permalink
Bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
willbur1984 committed Oct 7, 2023
1 parent 8cc3b06 commit 500f63b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Feige.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Feige'
s.version = '1.2.0'
s.version = '1.3.0'
s.summary = 'Feige is a Swift iOS/macOS/tvOS/watchOS framework that extends the Foundation framework.'

s.description = <<-DESC
Expand Down
4 changes: 2 additions & 2 deletions Feige.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@
"@loader_path/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 1.2.0;
MARKETING_VERSION = 1.3.0;
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20";
PRODUCT_BUNDLE_IDENTIFIER = com.kosoku.Feige;
Expand Down Expand Up @@ -474,7 +474,7 @@
"@loader_path/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 1.2.0;
MARKETING_VERSION = 1.3.0;
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20";
PRODUCT_BUNDLE_IDENTIFIER = com.kosoku.Feige;
Expand Down

0 comments on commit 500f63b

Please sign in to comment.