Skip to content

Commit eda5450

Browse files
authored
Merge pull request #48 from BottleRocketStudios/1.3.5
1.3.5
2 parents 8df63ec + 8cff255 commit eda5450

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@
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)

UtiliKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'UtiliKit'
11-
s.version = '1.3.4'
11+
s.version = '1.3.5'
1212
s.summary = 'All the things you are tired of writing.'
1313

1414
# This description is used to generate tags and improve search results.

UtiliKit.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@
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
};
@@ -731,7 +731,7 @@
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
};

0 commit comments

Comments
 (0)