diff --git a/.DS_Store b/.DS_Store index 7361ef2..21dfe98 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/CHANGELOG.md b/CHANGELOG.md index 2047d52..3087e59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file. Latest release is available [here](https://github.com/hemangshah/HHTabBarView/releases/latest). -## [1.2.0](https://github.com/hemangshah/HHTabBarView/releases/tag/1.1.2) - Feb 26, 2018 +## [1.3.0](https://github.com/hemangshah/HHTabBarView/releases/tag/1.3.0) - Apr 02, 2018 +- Left to Right and Right to Left UI management as per the language. Example: English <–> Arabic. +- Code refactoring. + +## [1.2.0](https://github.com/hemangshah/HHTabBarView/releases/tag/1.2.0) - Feb 26, 2018 - Huge code refactoring. - Swift 4.x support. Note: Revoked Swift 3.x support. - Customized position for title and image. diff --git a/HHTabBarView.podspec b/HHTabBarView.podspec index 8a1226d..310ab54 100644 --- a/HHTabBarView.podspec +++ b/HHTabBarView.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'HHTabBarView' s.module_name = 'HHTabBarView' -s.version = '1.2.0' +s.version = '1.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' diff --git a/HHTabBarView/HHTabBarView/Info.plist b/HHTabBarView/HHTabBarView/Info.plist index 296157a..3a328fd 100644 --- a/HHTabBarView/HHTabBarView/Info.plist +++ b/HHTabBarView/HHTabBarView/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.2.0 + 1.3.0 CFBundleVersion 1 LSRequiresIPhoneOS