Skip to content

Commit

Permalink
Updating version numbers ready for new CocoaPods push
Browse files Browse the repository at this point in the history
  • Loading branch information
meismyles committed Mar 9, 2017
1 parent 4f218bd commit 1a4a834
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file not shown.
4 changes: 2 additions & 2 deletions Example/SwiftWebVCExample/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.3.4</string>
<string>0.3.5</string>
<key>CFBundleVersion</key>
<string>0.3.4.0</string>
<string>0.3.5.0</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
Expand Down
2 changes: 1 addition & 1 deletion SwiftWebVC.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'SwiftWebVC'
s.version = '0.3.4'
s.version = '0.3.5'
s.summary = 'SwiftWebVC is a simple inline browser for your Swift iOS app.'

# This description is used to generate tags and improve search results.
Expand Down

0 comments on commit 1a4a834

Please sign in to comment.