Skip to content
This repository has been archived by the owner on Jan 25, 2021. It is now read-only.

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
pcpLiu committed Dec 12, 2017
1 parent 2d52b8d commit 518f451
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Serrano.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |spec|
spec.name = 'Serrano'
spec.version = '0.1.5-alpha'
spec.version = '0.1.6-alpha'
spec.license = { :type => 'MIT' }
spec.homepage = 'https://github.com/pcpLiu/Serrano'
spec.authors = { 'Tim Liu' => '[email protected]' }
spec.summary = 'Graph computation library for iOS'
spec.source = { :git => 'https://github.com/pcpLiu/Serrano.git', :tag => '0.1.5-alpha' }
spec.source = { :git => 'https://github.com/pcpLiu/Serrano.git', :tag => '0.1.6-alpha' }
spec.module_name = 'Serrano'
spec.documentation_url = 'http://serrano-lib.org'

Expand Down
2 changes: 1 addition & 1 deletion Source/SupportingFiles/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>v0.1.5-alpha</string>
<string>v0.1.6-alpha</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 518f451

Please sign in to comment.