Skip to content

Commit

Permalink
add version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SoyArpad committed Apr 18, 2017
1 parent 9b49b14 commit 3ed7a41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CircularStepProgressView.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'CircularStepProgressView'
s.version = '1.04'
s.version = '1.10'
s.summary = 'Circular Progress View with Steps'

s.description = <<-DESC
Expand All @@ -10,7 +10,7 @@ This progress view allows you to mark a progress into a circular line with N ste
s.homepage = 'https://github.com/webuildyouridea/CircularStepProgressView'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Arpad Larrinaga' => '[email protected]' }
s.source = { :git => 'https://github.com/webuildyouridea/CircularStepProgressView.git', :tag => 'v1.04' }
s.source = { :git => 'https://github.com/webuildyouridea/CircularStepProgressView.git', :tag => 'v1.1' }

s.ios.deployment_target = '8.3'
s.source_files = 'CircularStepProgressView/CircularStepProgressView.swift'
Expand Down
4 changes: 2 additions & 2 deletions CircularStepProgressView/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1</string>
<string>1.1.0</string>
<key>CFBundleVersion</key>
<string>10</string>
<string>12</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
Expand Down

0 comments on commit 3ed7a41

Please sign in to comment.