File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed
Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 66
77##### Bug Fixes
88
9+ * None.
10+
11+
12+ ## 1.3.5 (2019-01-02)
13+
14+ ##### Enhancements
15+
16+ * None.
17+
18+ ##### Bug Fixes
19+
920* Handle another case of transitioning pre-load.
1021[ Will McGinty] ( https://github.com/willmcginty )
1122[ #46 ] ( https://github.com/BottleRocketStudios/iOS-UtiliKit/pull/46 )
Original file line number Diff line number Diff line change 88
99Pod ::Spec . new do |s |
1010s . name = 'UtiliKit'
11- s . version = '1.3.4 '
11+ s . version = '1.3.5 '
1212s . summary = 'All the things you are tired of writing.'
1313
1414# This description is used to generate tags and improve search results.
Original file line number Diff line number Diff line change 682682 ONLY_ACTIVE_ARCH = YES;
683683 SDKROOT = iphoneos;
684684 SWIFT_OPTIMIZATION_LEVEL = "-Onone";
685- VERSION = 1.3.4 ;
685+ VERSION = 1.3.5 ;
686686 };
687687 name = Debug;
688688 };
731731 SDKROOT = iphoneos;
732732 SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
733733 VALIDATE_PRODUCT = YES;
734- VERSION = 1.3.4 ;
734+ VERSION = 1.3.5 ;
735735 };
736736 name = Release;
737737 };
You can’t perform that action at this time.
0 commit comments