Skip to content

Commit

Permalink
Bump version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paololeonardi committed Nov 8, 2019
1 parent 075d4da commit 3c79e8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion WaterfallGrid.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "WaterfallGrid"
spec.version = "0.3.0"
spec.version = "0.3.1"
spec.summary = "A waterfall grid layout view for SwiftUI."
spec.homepage = "https://github.com/paololeonardi/WaterfallGrid"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@
CODE_SIGN_STYLE = Automatic;
DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER = YES;
DEVELOPMENT_ASSET_PATHS = "\"WaterfallGridSample iOS/Preview Content\"";
DEVELOPMENT_TEAM = 695GNFL2MK;
DEVELOPMENT_TEAM = 586FE2J8R2;
ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = "WaterfallGridSample iOS/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
Expand All @@ -843,7 +843,7 @@
CODE_SIGN_STYLE = Automatic;
DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER = YES;
DEVELOPMENT_ASSET_PATHS = "\"WaterfallGridSample iOS/Preview Content\"";
DEVELOPMENT_TEAM = 695GNFL2MK;
DEVELOPMENT_TEAM = 586FE2J8R2;
ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = "WaterfallGridSample iOS/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
Expand Down

0 comments on commit 3c79e8a

Please sign in to comment.