Skip to content

Commit

Permalink
- changed access modifiers
Browse files Browse the repository at this point in the history
- pod 0.1.4
  • Loading branch information
Hitendra Solanki authored and Hitendra Solanki committed Apr 17, 2018
1 parent 40aaa94 commit c456229
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HSCenterSlider.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'HSCenterSlider'
s.version = '0.1.3'
s.version = '0.1.4'
s.summary = 'Easy to use double side center slider, that can show value in (A,B) Range.'

# This description is used to generate tags and improve search results.
Expand Down
2 changes: 1 addition & 1 deletion HSCenterSlider/Classes/HSCenterSlider.swift
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ extension HSCenterSlider{
}
}

private func setProgressOnUI(progressType: HSProgressType){
internal func setProgressOnUI(progressType: HSProgressType){
switch progressType {
case .left(let progress):
let constantValue = min(
Expand Down

0 comments on commit c456229

Please sign in to comment.