Skip to content

Commit aaaba28

Browse files
committed
Updated version.
1 parent d19452d commit aaaba28

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.0.0] – Aug 18, 2018
8+
– Updated code base to allow user to add HHTabBarView at top position as well.
9+
– Minor code refactoring.
10+
711
## [1.3.0](https://github.com/hemangshah/HHTabBarView/releases/tag/1.3.0) - Apr 02, 2018
812
- Left to Right and Right to Left UI management as per the language. Example: English <–> Arabic.
913
- Code refactoring.

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 = '1.3.0'
4+
s.version = '2.0.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>1.3.0</string>
18+
<string>2.0.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>1</string>
2121
<key>LSRequiresIPhoneOS</key>

0 commit comments

Comments
 (0)