Skip to content

Commit

Permalink
Update version files.
Browse files Browse the repository at this point in the history
  • Loading branch information
spromicky committed Jul 5, 2018
1 parent 7fafa64 commit 5490cab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion StepSlider.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "StepSlider"
s.version = "1.2.0"
s.version = "1.2.1"
s.summary = "StepSlider its custom implementation of slider such as UISlider for preset values. Its based on drawing directly on CAShapeLayer."
s.homepage = "https://github.com/spromicky/StepSlider"
s.screenshots = "https://github.com/spromicky/StepSlider/blob/master/screenshots/example.gif?raw=true"
Expand Down
2 changes: 1 addition & 1 deletion StepSlider/StepSlider-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.2.0</string>
<string>1.2.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 5490cab

Please sign in to comment.