File tree 3 files changed +4
-4
lines changed
CircularProgress.xcodeproj 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 399
399
);
400
400
HEADER_SEARCH_PATHS = "$(inherited)";
401
401
INFOPLIST_FILE = CircularProgress.xcodeproj/CircularProgress_Info.plist;
402
- MARKETING_VERSION = 0.4.1 ;
402
+ MARKETING_VERSION = 1.0.0 ;
403
403
OTHER_CFLAGS = "$(inherited)";
404
404
OTHER_LDFLAGS = "$(inherited)";
405
405
OTHER_SWIFT_FLAGS = "$(inherited)";
427
427
);
428
428
HEADER_SEARCH_PATHS = "$(inherited)";
429
429
INFOPLIST_FILE = CircularProgress.xcodeproj/CircularProgress_Info.plist;
430
- MARKETING_VERSION = 0.4.1 ;
430
+ MARKETING_VERSION = 1.0.0 ;
431
431
OTHER_CFLAGS = "$(inherited)";
432
432
OTHER_LDFLAGS = "$(inherited)";
433
433
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 = '0.4.1 '
3
+ s . version = '1.0.0 '
4
4
s . summary = 'Circular progress indicator for macOS apps'
5
5
s . license = 'MIT'
6
6
s . homepage = 'https://github.com/sindresorhus/CircularProgress'
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ This package is used in production by apps like [Gifski](https://github.com/sind
19
19
#### SwiftPM
20
20
21
21
``` swift
22
- .package (url : " https://github.com/sindresorhus/CircularProgress" , from : " 0.4.1 " )
22
+ .package (url : " https://github.com/sindresorhus/CircularProgress" , from : " 1.0.0 " )
23
23
```
24
24
25
25
#### Carthage
You can’t perform that action at this time.
0 commit comments