Update version in readme examples
diff --git a/README.md b/README.md
index c3dd5db..d1ad852 100644
--- a/README.md
+++ b/README.md
@@ -192,7 +192,7 @@
 target 'MyTests' do
   inherit! :search_paths
   use_frameworks!
-  pod 'OCHamcrest', '~> 7.0'
+  pod 'OCHamcrest', '~> 7.2'
 end
 ```
 
@@ -204,7 +204,7 @@
 
 Add the following to your Cartfile:
 
-    github "hamcrest/OCHamcrest" ~> 7.0
+    github "hamcrest/OCHamcrest" ~> 7.2
 
 Then drag the the built framework from the appropriate Carthage/Build directory into your project,
 but with "Copy items into destination group's folder" disabled.