File tree 3 files changed +6
-2
lines changed
HHTabBarView/HHTabBarView
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.
4
4
5
5
Latest release is available [ here] ( https://github.com/hemangshah/HHTabBarView/releases/latest ) .
6
6
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
+
7
11
## [ 2.2.0] ( https://github.com/hemangshah/HHTabBarView/releases/tag/2.2.0 ) β Dec 15, 2018
8
12
- Fixed: https://github.com/hemangshah/HHTabBarView/issues/13
9
13
- Fixed: https://github.com/hemangshah/HHTabBarView/issues/12
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'HHTabBarView'
3
3
s . module_name = 'HHTabBarView'
4
- s . version = '2.2 .0'
4
+ s . version = '2.3 .0'
5
5
s . summary = 'A lightweight customized tabbar view. π'
6
6
s . description = 'HHTabBarView is an easy to setup and use replacement of default tabbar.'
7
7
s . homepage = 'https://github.com/hemangshah/HHTabBarView'
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >APPL </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >2.2 .0 </string >
18
+ <string >2.3 .0 </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >1 </string >
21
21
<key >LSRequiresIPhoneOS </key >
You canβt perform that action at this time.
0 commit comments