Skip to content

Commit 979d9b5

Browse files
committed
Updated Version
- Podspec, Plist, and CHANGELOG.
1 parent 9f7412a commit 979d9b5

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.DS_Store

0 Bytes
Binary file not shown.

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ 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-
## [1.2.0](https://github.com/hemangshah/HHTabBarView/releases/tag/1.1.2) - Feb 26, 2018
7+
## [1.3.0](https://github.com/hemangshah/HHTabBarView/releases/tag/1.3.0) - Apr 02, 2018
8+
- Left to Right and Right to Left UI management as per the language. Example: English <–> Arabic.
9+
- Code refactoring.
10+
11+
## [1.2.0](https://github.com/hemangshah/HHTabBarView/releases/tag/1.2.0) - Feb 26, 2018
812
- Huge code refactoring.
913
- Swift 4.x support. Note: Revoked Swift 3.x support.
1014
- Customized position for title and image.

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

0 commit comments

Comments
 (0)