File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
HHTabBarView/HHTabBarView Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
55Latest release is available [ here] ( https://github.com/hemangshah/HHTabBarView/releases/latest ) .
66
7+ ## [ 2.3.0] ( https://github.com/hemangshah/HHTabBarView/releases/tag/2.3.0 ) β Sep 24, 2019
8+ - Fixed: We can now go back by tapping on the same tab again in navigation hierarchy.
9+ - Support for Swift 5.0
10+
711## [ 2.2.0] ( https://github.com/hemangshah/HHTabBarView/releases/tag/2.2.0 ) β Dec 15, 2018
812- Fixed: https://github.com/hemangshah/HHTabBarView/issues/13
913- Fixed: https://github.com/hemangshah/HHTabBarView/issues/12
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22s . name = 'HHTabBarView'
33s . module_name = 'HHTabBarView'
4- s . version = '2.2 .0'
4+ s . version = '2.3 .0'
55s . summary = 'A lightweight customized tabbar view. π'
66s . description = 'HHTabBarView is an easy to setup and use replacement of default tabbar.'
77s . homepage = 'https://github.com/hemangshah/HHTabBarView'
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >APPL </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >2.2 .0 </string >
18+ <string >2.3 .0 </string >
1919 <key >CFBundleVersion </key >
2020 <string >1 </string >
2121 <key >LSRequiresIPhoneOS </key >
You canβt perform that action at this time.
0 commit comments