From a5df4d1e56120c851869f80e4f69ef5a974b36a3 Mon Sep 17 00:00:00 2001 From: Ben John Date: Sun, 5 Apr 2020 13:31:28 +0200 Subject: [PATCH] doc(readme): correct version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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