Skip to content

Commit

Permalink
Tag BlocksKit 1.8.1.
Browse files Browse the repository at this point in the history
Signed-off-by: Alexsander Akers <[email protected]>
  • Loading branch information
a2 committed Nov 23, 2012
1 parent 9734362 commit da76840
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion BlocksKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'BlocksKit'
s.version = '1.8.0'
s.version = '1.8.1'
s.license = 'MIT'
s.summary = 'The Objective-C block utilities you always wish you had.'
s.homepage = 'https://github.com/pandamonia/BlocksKit'
Expand Down
8 changes: 4 additions & 4 deletions BlocksKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1286,8 +1286,8 @@
COPY_PHASE_STRIP = NO;
DEAD_CODE_STRIPPING = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DYLIB_COMPATIBILITY_VERSION = 1.5;
DYLIB_CURRENT_VERSION = 1.5.2;
DYLIB_COMPATIBILITY_VERSION = 1.8;
DYLIB_CURRENT_VERSION = 1.8.1;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = YES;
GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
Expand Down Expand Up @@ -1334,8 +1334,8 @@
COPY_PHASE_STRIP = NO;
DEAD_CODE_STRIPPING = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DYLIB_COMPATIBILITY_VERSION = 1.5;
DYLIB_CURRENT_VERSION = 1.5.2;
DYLIB_COMPATIBILITY_VERSION = 1.8;
DYLIB_CURRENT_VERSION = 1.8.1;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = YES;
GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
Expand Down

0 comments on commit da76840

Please sign in to comment.