Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jan 2, 2019
1 parent 93ccf18 commit 8cdd2b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DockProgress.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DockProgress'
s.version = '1.1.0'
s.version = '1.2.0'
s.summary = 'Show progress in your app\'s Dock icon'
s.license = 'MIT'
s.homepage = 'https://github.com/sindresorhus/DockProgress'
Expand Down
2 changes: 1 addition & 1 deletion DockProgress.xcodeproj/DockProgress_Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.1.0</string>
<string>1.2.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This package is used in production by the [Gifski app](https://github.com/sindre
#### SwiftPM

```swift
.package(url: "https://github.com/sindresorhus/DockProgress", from: "1.0.0")
.package(url: "https://github.com/sindresorhus/DockProgress", from: "1.2.0")
```

#### Carthage
Expand Down

0 comments on commit 8cdd2b6

Please sign in to comment.