This commit is contained in:
Sindre Sorhus 2018-12-26 00:48:34 +01:00
parent dd053a3217
commit 81451a3ec1
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -13,7 +13,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>FMWK</string> <string>FMWK</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>0.0.0</string> <string>0.1.0</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string> <string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key> <key>NSPrincipalClass</key>

View File

@ -17,7 +17,7 @@
#### SwiftPM #### SwiftPM
```swift ```swift
.package(url: "https://github.com/wulkano/Aperture", from: "0.0.0") .package(url: "https://github.com/wulkano/Aperture", from: "0.1.0")
``` ```
#### Carthage #### Carthage