Skip to content

Commit

Permalink
update version 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
leverdeterre committed Aug 22, 2014
1 parent 4753b3f commit 85e02aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions iAppInfos.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'iAppInfos'
s.version = '0.1'
s.version = '0.2'
s.requires_arc = true
s.author = {
'Morissard Jérome' => '[email protected]'
Expand All @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.homepage = 'https://github.com/leverdeterre/iAppInfos'
s.source = {
:git => 'https://github.com/leverdeterre/iAppInfos.git',
:tag => "0.1"
:tag => "0.2"
}
s.source_files = 'iAppInfos/iAppInfos/iAppInfos/*'
s.frameworks = 'CoreTelephony', 'UIKit'
Expand Down
4 changes: 2 additions & 2 deletions iAppInfos/iAppInfos/iAppInfos-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.1</string>
<string>0.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.1</string>
<string>0.2</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIMainStoryboardFile</key>
Expand Down

0 comments on commit 85e02aa

Please sign in to comment.