From 08af2d4fd55528461bfca2f2c41b22a104397b50 Mon Sep 17 00:00:00 2001 From: Parvesh Chauhan Date: Tue, 13 Dec 2022 17:46:41 +0530 Subject: [PATCH] chore(version): Update version to 2.12.0 --- Demo/Podfile.lock | 8 ++++---- VWO.podspec | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Demo/Podfile.lock b/Demo/Podfile.lock index 2f355b14..b80be442 100644 --- a/Demo/Podfile.lock +++ b/Demo/Podfile.lock @@ -4,9 +4,9 @@ PODS: - Socket.IO-Client-Swift (15.2.0): - Starscream (~> 3.1) - Starscream (3.1.1) - - VWO (2.11.0): - - VWO/All (= 2.11.0) - - VWO/All (2.11.0): + - VWO (2.12.0): + - VWO/All (= 2.12.0) + - VWO/All (2.12.0): - Socket.IO-Client-Swift (~> 15.2.0) DEPENDENCIES: @@ -30,7 +30,7 @@ SPEC CHECKSUMS: SCLAlertView: 6a77bb2edfc65e04dbe57725546cb4107a506b85 Socket.IO-Client-Swift: 1e3e3a1f09f3312a167f0d781eb2f383d477357c Starscream: 4bb2f9942274833f7b4d296a55504dcfc7edb7b0 - VWO: cd8207460a018f8d38a5425e7c13e3b76fc63034 + VWO: 1662974fcb0e06541218a16d807ebad78ae22cb3 PODFILE CHECKSUM: 71bfa555223ee2b1ddab35d14fef462b5e6267e6 diff --git a/VWO.podspec b/VWO.podspec index a3fff0f1..4289844a 100644 --- a/VWO.podspec +++ b/VWO.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "VWO" - s.version = "2.11.0" + s.version = "2.12.0" s.summary = "VWO SDK for A/B Testing iOS apps." s.description = "VWO iOS SDK enables you to A/B test mobile apps." s.documentation_url = "http://developers.vwo.com/reference#ios-sdk-reference"