Skip to content

Commit da76840

Browse files
committed
Tag BlocksKit 1.8.1.
Signed-off-by: Alexsander Akers <[email protected]>
1 parent 9734362 commit da76840

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

BlocksKit.podspec

+1-1
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 = '1.8.0'
3+
s.version = '1.8.1'
44
s.license = 'MIT'
55
s.summary = 'The Objective-C block utilities you always wish you had.'
66
s.homepage = 'https://github.com/pandamonia/BlocksKit'

BlocksKit.xcodeproj/project.pbxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -1286,8 +1286,8 @@
12861286
COPY_PHASE_STRIP = NO;
12871287
DEAD_CODE_STRIPPING = NO;
12881288
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
1289-
DYLIB_COMPATIBILITY_VERSION = 1.5;
1290-
DYLIB_CURRENT_VERSION = 1.5.2;
1289+
DYLIB_COMPATIBILITY_VERSION = 1.8;
1290+
DYLIB_CURRENT_VERSION = 1.8.1;
12911291
GCC_C_LANGUAGE_STANDARD = gnu99;
12921292
GCC_DYNAMIC_NO_PIC = YES;
12931293
GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
@@ -1334,8 +1334,8 @@
13341334
COPY_PHASE_STRIP = NO;
13351335
DEAD_CODE_STRIPPING = NO;
13361336
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
1337-
DYLIB_COMPATIBILITY_VERSION = 1.5;
1338-
DYLIB_CURRENT_VERSION = 1.5.2;
1337+
DYLIB_COMPATIBILITY_VERSION = 1.8;
1338+
DYLIB_CURRENT_VERSION = 1.8.1;
13391339
GCC_C_LANGUAGE_STANDARD = gnu99;
13401340
GCC_DYNAMIC_NO_PIC = YES;
13411341
GCC_INLINES_ARE_PRIVATE_EXTERN = YES;

0 commit comments

Comments
 (0)