Skip to content

Commit 11d2547

Browse files
committed
Bump to 2.2.2
1 parent 27e178e commit 11d2547

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

KVNProgress.podspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
Pod::Spec.new do |s|
22
s.name = "KVNProgress"
3-
s.version = "2.2.1"
3+
s.version = "2.2.2"
44
s.summary = "A full screen progress view for iOS 7"
5-
5+
66
s.homepage = "https://github.com/kevin-hirsch/KVNProgress"
77
s.license = { :type => "MIT", :file => "LICENSE" }
88
s.author = { "Kevin Hirsch" => "kevinh6113@hotmail.com" }
99
s.social_media_url = "http://twitter.com/kevinh6113"
10-
10+
1111
s.platform = :ios, '7.0'
12-
s.source = {
13-
:git => "https://github.com/kevin-hirsch/KVNProgress.git",
12+
s.source = {
13+
:git => "https://github.com/kevin-hirsch/KVNProgress.git",
1414
:tag => s.version.to_s
1515
}
1616

KVNProgress/KVNProgress-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>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>2.2</string>
20+
<string>2.2.2</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)