Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Dec 25, 2018
1 parent dd053a3 commit 81451a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.0.0'
s.version = '0.1.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 Aperture.xcodeproj/Aperture_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>0.0.0</string>
<string>0.1.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 @@ -17,7 +17,7 @@
#### SwiftPM

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

#### Carthage
Expand Down

0 comments on commit 81451a3

Please sign in to comment.