Skip to content

Commit

Permalink
Merge pull request #84 from BottleRocketStudios/release/1.6.1
Browse files Browse the repository at this point in the history
Release/1.6.1
  • Loading branch information
wmcginty committed Oct 4, 2019
2 parents 05b92c6 + 639a076 commit 0f1f7bd
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.6.1 (2019-10-04)

##### Enhancements

* None

##### Bug Fixes

* Fix an issue where the completion handler does not get called when transitioning.
[Will McGinty](https://github.com/willmcginty)
[#76](https://github.com/BottleRocketStudios/iOS-UtiliKit/pull/76)
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.6.0'
s.version = '1.6.1'
s.summary = 'All the things you are tired of writing.'

s.description = <<-DESC
Expand Down
4 changes: 2 additions & 2 deletions UtiliKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
VERSION = 1.6.0;
VERSION = 1.6.1;
};
name = Debug;
};
Expand Down Expand Up @@ -847,7 +847,7 @@
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_VERSION = 5.0;
VALIDATE_PRODUCT = YES;
VERSION = 1.6.0;
VERSION = 1.6.1;
};
name = Release;
};
Expand Down

0 comments on commit 0f1f7bd

Please sign in to comment.