0.1.0
This commit is contained in:
parent
dd053a3217
commit
81451a3ec1
|
@ -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'
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue