Skip to content

Commit

Permalink
Bump version to 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ealeksandrov committed Oct 2, 2016
1 parent fef63e3 commit d33054b
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# EARestrictedScrollView

## Version 2.0.3

* Updates example project and tests to Swift 2.3

## Version 2.0.2

* Adds Cocoapods 1.0.1 support for example project
Expand Down
2 changes: 1 addition & 1 deletion EARestrictedScrollView.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = 'EARestrictedScrollView'
s.version = '2.0.2'
s.version = '2.0.3'
s.summary = 'UIScrollView sublass with ability to restrict or limit scrolling area.'
s.screenshot = 'https://raw.githubusercontent.com/ealeksandrov/EARestrictedScrollView/master/Screenshot01.png'
s.homepage = 'https://github.com/ealeksandrov/EARestrictedScrollView'
Expand Down
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- EARestrictedScrollView (2.0.2)
- EARestrictedScrollView (2.0.3)
- FBSnapshotTestCase (2.1.3):
- FBSnapshotTestCase/SwiftSupport (= 2.1.3)
- FBSnapshotTestCase/Core (2.1.3)
Expand All @@ -24,7 +24,7 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
EARestrictedScrollView: 6167fda82c66ef777150b505a0e0203c764a4ca5
EARestrictedScrollView: f74a5f698344191cb23972f5ae736ac52804015c
FBSnapshotTestCase: 4607968e0dfa1e2772ec0d0098354f8b870c5753
Nimble: 97a0a4cae5124c117115634b2d055d8c97d0af19
Nimble-Snapshots: 4826e3ee211d2c7af27645e35d68b9e9917882e7
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d33054b

Please sign in to comment.