Skip to content

Commit

Permalink
Merge pull request #45 from BottleRocketStudios/1.3.4
Browse files Browse the repository at this point in the history
1.3.4
  • Loading branch information
tylermilner committed Dec 19, 2018
2 parents ad59998 + ae66711 commit 05e5e8f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

##### Enhancements

* None.

##### Bug Fixes

* None.


## 1.3.4 (2018-12-19)

##### Enhancements

* Make interface of `UICollectionView.SupplementaryElementKind` public.
[Will McGinty](https://github.com/willmcginty)
[#42](https://github.com/BottleRocketStudios/iOS-UtiliKit/pull/42)
Expand Down
8 changes: 4 additions & 4 deletions 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.3'
s.version = '1.3.4'
s.summary = 'All the things you are tired of writing.'

# This description is used to generate tags and improve search results.
Expand Down Expand Up @@ -43,15 +43,15 @@ timeless.source_files = 'Sources/UtiliKit/TimelessDate/*.swift'
end

s.subspec 'General' do |general|
general.source_files = 'Sources/UtiliKit/General/*.swift'
general.source_files = 'Sources/UtiliKit/General/*.swift'
end

s.subspec 'Version' do |version|
version.source_files = 'Sources/UtiliKit/Version/*.swift'
version.source_files = 'Sources/UtiliKit/Version/*.swift'
end

s.subspec 'Container' do |container|
container.source_files = 'Sources/UtiliKit/Container/*.swift'
container.source_files = 'Sources/UtiliKit/Container/*.swift'
end

end
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.3;
VERSION = 1.3.4;
};
name = Debug;
};
Expand Down Expand Up @@ -731,7 +731,7 @@
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
VALIDATE_PRODUCT = YES;
VERSION = 1.3.3;
VERSION = 1.3.4;
};
name = Release;
};
Expand Down

0 comments on commit 05e5e8f

Please sign in to comment.