File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "PromiseKit"
3
3
4
- s . version = '8.1.1 '
4
+ s . version = '8.1.2 '
5
5
6
6
s . source = {
7
7
:git => "https://github.com/mxcl/#{ s . name } .git" ,
Original file line number Diff line number Diff line change 957
957
CLANG_WARN_UNREACHABLE_CODE = YES;
958
958
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
959
959
COPY_PHASE_STRIP = NO;
960
- CURRENT_PROJECT_VERSION = 8.1.1 ;
960
+ CURRENT_PROJECT_VERSION = 8.1.2 ;
961
961
DEBUG_INFORMATION_FORMAT = dwarf;
962
962
DYLIB_COMPATIBILITY_VERSION = 1;
963
963
DYLIB_CURRENT_VERSION = 1;
1020
1020
CLANG_WARN_UNREACHABLE_CODE = YES;
1021
1021
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
1022
1022
COPY_PHASE_STRIP = NO;
1023
- CURRENT_PROJECT_VERSION = 8.1.1 ;
1023
+ CURRENT_PROJECT_VERSION = 8.1.2 ;
1024
1024
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
1025
1025
DYLIB_COMPATIBILITY_VERSION = 1;
1026
1026
DYLIB_CURRENT_VERSION = 1;
You can’t perform that action at this time.
0 commit comments