Skip to content

Commit

Permalink
Merge pull request #48 from BottleRocketStudios/1.3.5
Browse files Browse the repository at this point in the history
1.3.5
  • Loading branch information
wmcginty committed Jan 3, 2019
2 parents 8df63ec + 8cff255 commit eda5450
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@

##### Bug Fixes

* None.


## 1.3.5 (2019-01-02)

##### Enhancements

* None.

##### Bug Fixes

* Handle another case of transitioning pre-load.
[Will McGinty](https://github.com/willmcginty)
[#46](https://github.com/BottleRocketStudios/iOS-UtiliKit/pull/46)
Expand Down
2 changes: 1 addition & 1 deletion UtiliKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'UtiliKit'
s.version = '1.3.4'
s.version = '1.3.5'
s.summary = 'All the things you are tired of writing.'

# This description is used to generate tags and improve search results.
Expand Down
4 changes: 2 additions & 2 deletions UtiliKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
VERSION = 1.3.4;
VERSION = 1.3.5;
};
name = Debug;
};
Expand Down Expand Up @@ -731,7 +731,7 @@
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
VALIDATE_PRODUCT = YES;
VERSION = 1.3.4;
VERSION = 1.3.5;
};
name = Release;
};
Expand Down

0 comments on commit eda5450

Please sign in to comment.