This commit is contained in:
Sindre Sorhus 2018-06-20 01:22:54 +07:00
parent 4185014534
commit 4da93984a4
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>FMWK</string> <string>FMWK</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>0.2.1</string> <string>0.2.2</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = 'Defaults' s.name = 'Defaults'
s.version = '0.2.1' s.version = '0.2.2'
s.license = { :type => 'MIT', :file => 'license' } s.license = { :type => 'MIT', :file => 'license' }
s.homepage = 'https://github.com/sindresorhus/Defaults' s.homepage = 'https://github.com/sindresorhus/Defaults'
s.social_media_url = 'https://twitter.com/sindresorhus' s.social_media_url = 'https://twitter.com/sindresorhus'