Skip to content

Commit 867cd26

Browse files
committed
1.0.0
1 parent 5a0c9a2 commit 867cd26

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CircularProgress.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@
399399
);
400400
HEADER_SEARCH_PATHS = "$(inherited)";
401401
INFOPLIST_FILE = CircularProgress.xcodeproj/CircularProgress_Info.plist;
402-
MARKETING_VERSION = 0.4.1;
402+
MARKETING_VERSION = 1.0.0;
403403
OTHER_CFLAGS = "$(inherited)";
404404
OTHER_LDFLAGS = "$(inherited)";
405405
OTHER_SWIFT_FLAGS = "$(inherited)";
@@ -427,7 +427,7 @@
427427
);
428428
HEADER_SEARCH_PATHS = "$(inherited)";
429429
INFOPLIST_FILE = CircularProgress.xcodeproj/CircularProgress_Info.plist;
430-
MARKETING_VERSION = 0.4.1;
430+
MARKETING_VERSION = 1.0.0;
431431
OTHER_CFLAGS = "$(inherited)";
432432
OTHER_LDFLAGS = "$(inherited)";
433433
OTHER_SWIFT_FLAGS = "$(inherited)";

CircularProgressMac.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'CircularProgressMac'
3-
s.version = '0.4.1'
3+
s.version = '1.0.0'
44
s.summary = 'Circular progress indicator for macOS apps'
55
s.license = 'MIT'
66
s.homepage = 'https://github.com/sindresorhus/CircularProgress'

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This package is used in production by apps like [Gifski](https://github.com/sind
1919
#### SwiftPM
2020

2121
```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")
2323
```
2424

2525
#### Carthage

0 commit comments

Comments
 (0)