Skip to content

Commit

Permalink
update to version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinghui committed Dec 7, 2016
1 parent 67160ed commit fd62928
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HUIPatternLockView-Swift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "HUIPatternLockView-Swift"
s.version = "2.0.0"
s.version = "2.0.1"
s.summary = "A pattern lock view for iOS"
s.homepage = "https://github.com/Tinghui/HUIPatternLockView-Swift"
s.license = { :type => "MIT", :file => "LICENSE.md" }
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ See `HUIPatternLockViewDemo.xcodeproj`
1. Add pod into your Podfile

```swift
pod 'HUIPatternLockView-Swift', '~> 2.0.0'
pod 'HUIPatternLockView-Swift', '~> 2.0.1'
```

2. Run pod install
Expand Down

0 comments on commit fd62928

Please sign in to comment.