diff --git a/README.md b/README.md index 53a5d48..7dbc6ad 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ We started small, it perfectly fits our use case. DIKit can be installed using [Carthage](https://github.com/Carthage/Carthage). After installing Carthage just add DIKit to your Cartfile: ```ogdl -github "Liftric/DIKit" ~> 1.4 +github "Liftric/DIKit" ~> 1.5 ``` ### Via CocoaPods @@ -22,7 +22,7 @@ github "Liftric/DIKit" ~> 1.4 ```ruby platform :ios, '9.0' -pod 'DIKit', '~> 1.4' +pod 'DIKit', '~> 1.5' ``` ## Basic usage