Skip to content

Commit

Permalink
2.3.0 πŸš€
Browse files Browse the repository at this point in the history
  • Loading branch information
hemangshah committed Sep 24, 2019
1 parent f3e97f6 commit 78d2c44
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

Latest release is available [here](https://github.com/hemangshah/HHTabBarView/releases/latest).

## [2.3.0](https://github.com/hemangshah/HHTabBarView/releases/tag/2.3.0) – Sep 24, 2019
- Fixed: We can now go back by tapping on the same tab again in navigation hierarchy.
- Support for Swift 5.0

## [2.2.0](https://github.com/hemangshah/HHTabBarView/releases/tag/2.2.0) – Dec 15, 2018
- Fixed: https://github.com/hemangshah/HHTabBarView/issues/13
- Fixed: https://github.com/hemangshah/HHTabBarView/issues/12
Expand Down
2 changes: 1 addition & 1 deletion HHTabBarView.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'HHTabBarView'
s.module_name = 'HHTabBarView'
s.version = '2.2.0'
s.version = '2.3.0'
s.summary = 'A lightweight customized tabbar view. πŸ“Œ'
s.description = 'HHTabBarView is an easy to setup and use replacement of default tabbar.'
s.homepage = 'https://github.com/hemangshah/HHTabBarView'
Expand Down
2 changes: 1 addition & 1 deletion HHTabBarView/HHTabBarView/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.2.0</string>
<string>2.3.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
Expand Down

0 comments on commit 78d2c44

Please sign in to comment.