File tree 2 files changed +3
-3
lines changed
CircularProgress.xcodeproj 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 411
411
);
412
412
HEADER_SEARCH_PATHS = "$(inherited)";
413
413
INFOPLIST_FILE = CircularProgress.xcodeproj/CircularProgress_Info.plist;
414
- MARKETING_VERSION = 2.0.1 ;
414
+ MARKETING_VERSION = 2.0.2 ;
415
415
OTHER_CFLAGS = "$(inherited)";
416
416
OTHER_LDFLAGS = "$(inherited)";
417
417
OTHER_SWIFT_FLAGS = "$(inherited)";
439
439
);
440
440
HEADER_SEARCH_PATHS = "$(inherited)";
441
441
INFOPLIST_FILE = CircularProgress.xcodeproj/CircularProgress_Info.plist;
442
- MARKETING_VERSION = 2.0.1 ;
442
+ MARKETING_VERSION = 2.0.2 ;
443
443
OTHER_CFLAGS = "$(inherited)";
444
444
OTHER_LDFLAGS = "$(inherited)";
445
445
OTHER_SWIFT_FLAGS = "$(inherited)";
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'CircularProgressMac'
3
- s . version = '2.0.1 '
3
+ s . version = '2.0.2 '
4
4
s . summary = 'Circular progress indicator for macOS apps'
5
5
s . license = 'MIT'
6
6
s . homepage = 'https://github.com/sindresorhus/CircularProgress'
You can’t perform that action at this time.
0 commit comments