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

Commit a543f72

Browse files
author
pcpLiu
committed
Ready to release 0.1.5
1 parent bb42fb1 commit a543f72

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Serrano.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'Serrano'
3-
spec.version = '0.1.4-alpha'
3+
spec.version = '0.1.5-alpha'
44
spec.license = { :type => 'MIT' }
55
spec.homepage = 'https://github.com/pcpLiu/Serrano'
66
spec.authors = { 'Tim Liu' => 'pcpliu.dev@gmail.com' }
77
spec.summary = 'Graph computation library for iOS'
8-
spec.source = { :git => 'https://github.com/pcpLiu/Serrano.git', :tag => '0.1.4-alpha' }
8+
spec.source = { :git => 'https://github.com/pcpLiu/Serrano.git', :tag => '0.1.5-alpha' }
99
spec.module_name = 'Serrano'
1010
spec.documentation_url = 'http://serrano-lib.org'
1111

Source/SupportingFiles/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>FMWK</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>v0.1.3-alpha</string>
20+
<string>v0.1.5-alpha</string>
2121
<key>CFBundleVersion</key>
2222
<string>$(CURRENT_PROJECT_VERSION)</string>
2323
<key>NSPrincipalClass</key>

0 commit comments

Comments
 (0)