Skip to content

Commit 7ea89f7

Browse files
committed
Updated version
1 parent 4db1b2f commit 7ea89f7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

SwiftyPromise.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "SwiftyPromise"
3-
s.version = "1.0.0"
3+
s.version = "1.3"
44
s.summary = "A simple promise framework for Swift."
55

66
s.description = <<-DESC
@@ -10,7 +10,7 @@ This small library implements thread safe promises for Swift. It allows to creat
1010
s.homepage = "https://github.com/sroebert/SwiftyPromise"
1111
s.license = { :type => 'MIT' }
1212
s.author = { "Steven Roebert" => "steven@roebert.nl" }
13-
s.source = { :git => "https://github.com/sroebert/SwiftyPromise.git", :tag => "v#{s.version}" }
13+
s.source = { :git => "https://github.com/sroebert/SwiftyPromise.git", :tag => "#{s.version}" }
1414

1515
s.requires_arc = true
1616
s.source_files = 'Sources/**/*.{h,swift}'

Xcode/SwiftyPromise/SwiftyPromise/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.1.0</string>
18+
<string>1.3.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)