Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Nov 11, 2020
1 parent dbe099f commit ad69881
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Preferences.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Preferences'
s.version = '2.0.1'
s.version = '2.1.0'
s.summary = 'Add a preferences window to your macOS app in minutes'
s.license = 'MIT'
s.homepage = 'https://github.com/sindresorhus/Preferences'
Expand Down
4 changes: 2 additions & 2 deletions Preferences.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@
);
HEADER_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = Preferences.xcodeproj/Preferences_Info.plist;
MARKETING_VERSION = 2.0.1;
MARKETING_VERSION = 2.1.0;
OTHER_CFLAGS = "$(inherited)";
OTHER_SWIFT_FLAGS = "$(inherited)";
PRODUCT_BUNDLE_IDENTIFIER = Preferences;
Expand All @@ -493,7 +493,7 @@
);
HEADER_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = Preferences.xcodeproj/Preferences_Info.plist;
MARKETING_VERSION = 2.0.1;
MARKETING_VERSION = 2.1.0;
OTHER_CFLAGS = "$(inherited)";
OTHER_SWIFT_FLAGS = "$(inherited)";
PRODUCT_BUNDLE_IDENTIFIER = Preferences;
Expand Down

0 comments on commit ad69881

Please sign in to comment.