Skip to content

Commit

Permalink
Updated Version
Browse files Browse the repository at this point in the history
- Podspec, Plist, and CHANGELOG.
  • Loading branch information
hemangshah committed Apr 2, 2018
1 parent 9f7412a commit 979d9b5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
Binary file modified .DS_Store
Binary file not shown.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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 = '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'
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>1.2.0</string>
<string>1.3.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
Expand Down

0 comments on commit 979d9b5

Please sign in to comment.