Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 87c7a8c

Browse files
committed
Tag v2.2.5
1 parent 05b4a8e commit 87c7a8c

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

BlocksKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'BlocksKit'
3-
s.version = '2.2.3'
3+
s.version = '2.2.5'
44
s.license = 'MIT'
55
s.summary = 'The Objective-C block utilities you always wish you had.'
66
s.homepage = 'https://zwaldowski.github.io/BlocksKit'

BlocksKit/BlocksKit-Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>FMWK</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>2.1</string>
20+
<string>2.2</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>2.1.0</string>
24+
<string>2.2.5</string>
2525
<key>NSHumanReadableCopyright</key>
2626
<string>Copyright © 2011-2014 Zachary Waldowski and Pandamonia LLC. All rights reserved.</string>
2727
<key>NSPrincipalClass</key>

Configurations/Versions.xcconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
CURRENT_PROJECT_VERSION=2.1.0
2-
DYLIB_CURRENT_VERSION=2.1.0
3-
DYLIB_COMPATIBILITY_VERSION=2
1+
CURRENT_PROJECT_VERSION=2.2.5
2+
DYLIB_CURRENT_VERSION=2.2.5
3+
DYLIB_COMPATIBILITY_VERSION=2.2

0 commit comments

Comments
 (0)