Skip to content

Commit

Permalink
Bump version to v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake Watters committed May 8, 2015
1 parent 750cc2d commit b895942
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
PODS:
- Kiwi (2.3.0)
- TransitionKit (2.1.1)
- Kiwi (2.3.1)
- TransitionKit (2.2.0)

DEPENDENCIES:
- Kiwi (~> 2.3.0)
- TransitionKit (from `.`)

EXTERNAL SOURCES:
TransitionKit:
:path: .
:path: "."

SPEC CHECKSUMS:
Kiwi: 54bece5b35564d9b8e03c608d926f1a22fcfc589
TransitionKit: 157c582bf47134afe9ef0dc747d1f0f74008f7e5
Kiwi: f038a6c61f7a9e4d7766bff5717aa3b3fdb75f55
TransitionKit: 5c9001a77acc409d71f26a4eba0159cf8619c418

COCOAPODS: 0.34.1
COCOAPODS: 0.36.4
2 changes: 1 addition & 1 deletion TransitionKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'TransitionKit'
s.version = '2.1.1'
s.version = '2.2.0'
s.license = 'Apache2'
s.summary = 'A block-based State Machine API for Objective-C.'
s.homepage = 'https://github.com/blakewatters/TransitionKit'
Expand Down

0 comments on commit b895942

Please sign in to comment.