From a6810119a0945c7ebbe9f5d2be427b427b484ea9 Mon Sep 17 00:00:00 2001 From: Oleg Suzhaev Date: Tue, 29 Nov 2016 16:49:10 +0300 Subject: [PATCH] Version up to 1.4.6 --- VK-ios-sdk.podspec | 2 +- library/Source/VKSdkVersion.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VK-ios-sdk.podspec b/VK-ios-sdk.podspec index dc21fd4..1546ee5 100755 --- a/VK-ios-sdk.podspec +++ b/VK-ios-sdk.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "VK-ios-sdk" - s.version = "1.4.5" + s.version = "1.4.6" s.summary = "Library for working with VK." s.homepage = "https://github.com/VKCOM/vk-ios-sdk" s.license = 'MIT' diff --git a/library/Source/VKSdkVersion.h b/library/Source/VKSdkVersion.h index e69c67d..5cba874 100755 --- a/library/Source/VKSdkVersion.h +++ b/library/Source/VKSdkVersion.h @@ -20,5 +20,5 @@ // IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN // CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -#define VK_SDK_VERSION @"1.4.5" +#define VK_SDK_VERSION @"1.4.6" #define VK_SDK_API_VERSION @"5.40"