Skip to content

Commit 78d2c44

Browse files
committed
2.3.0 πŸš€
1 parent f3e97f6 commit 78d2c44

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

β€ŽCHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44

55
Latest 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

β€ŽHHTabBarView.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = 'HHTabBarView'
33
s.module_name = 'HHTabBarView'
4-
s.version = '2.2.0'
4+
s.version = '2.3.0'
55
s.summary = 'A lightweight customized tabbar view. πŸ“Œ'
66
s.description = 'HHTabBarView is an easy to setup and use replacement of default tabbar.'
77
s.homepage = 'https://github.com/hemangshah/HHTabBarView'

β€ŽHHTabBarView/HHTabBarView/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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>

0 commit comments

Comments
Β (0)