From b38a8050e0b07d5a7f5476dfe478e51751d569d6 Mon Sep 17 00:00:00 2001 From: Sergey Abramchuk Date: Wed, 10 Apr 2019 12:02:42 +0300 Subject: [PATCH] Update version in Cocoapods section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3db1fb..60f1d72 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ To install OpenVPNAdapter with Cocoapods, add the following lines to your `Podfi ```ruby target 'Your Target Name' do use_frameworks! - pod 'OpenVPNAdapter', :git => 'https://github.com/ss-abramchuk/OpenVPNAdapter.git', :tag => '0.1.0' + pod 'OpenVPNAdapter', :git => 'https://github.com/ss-abramchuk/OpenVPNAdapter.git', :tag => '0.2.0' end ```