This commit is contained in:
Sindre Sorhus 2021-03-25 01:06:31 +07:00
parent 0cde550694
commit ca7190c98d
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Aperture'
s.version = '0.4.0'
s.version = '1.0.0'
s.summary = 'Record the screen on macOS'
s.license = 'MIT'
s.homepage = 'https://github.com/wulkano/Aperture'

View File

@ -15,7 +15,7 @@
#### Swift Package Manager
```swift
.package(url: "https://github.com/wulkano/Aperture", from: "0.4.0")
.package(url: "https://github.com/wulkano/Aperture", from: "1.0.0")
```
#### Carthage