Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Sep 16, 2020
1 parent 46743b5 commit 2b347d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Aperture.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Aperture'
s.version = '0.3.0'
s.version = '0.4.0'
s.summary = 'Record the screen on macOS'
s.license = 'MIT'
s.homepage = 'https://github.com/wulkano/Aperture'
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#### SwiftPM

```swift
.package(url: "https://github.com/wulkano/Aperture", from: "0.3.0")
.package(url: "https://github.com/wulkano/Aperture", from: "0.4.0")
```

#### Carthage
Expand Down

0 comments on commit 2b347d6

Please sign in to comment.