From 800c689bc1ddbbe9bf44cbde5c67a95b992e55cb Mon Sep 17 00:00:00 2001 From: Muhammad Junaid Akram Date: Fri, 18 Dec 2020 17:59:12 +0500 Subject: [PATCH] 20.04.2 version updated in podspec file. --- example/ios/Podfile.lock | 4 ++-- ios/countly_flutter.podspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index fea3a91f..b14e1c9b 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -2,7 +2,7 @@ PODS: - Countly (20.04.2): - Countly/Core (= 20.04.2) - Countly/Core (20.04.2) - - countly_flutter (0.0.1): + - countly_flutter (20.04.2): - Countly (= 20.04.2) - Flutter - Flutter (1.0.0) @@ -28,7 +28,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: Countly: 671fafd48d7436e7ddc0c8dc67001ad3cb41ee51 - countly_flutter: d23e95e44e241b5d70e3591a0f15aecc099cebe0 + countly_flutter: bb83624072efe09b2160b9739b7570136ef8f511 Flutter: 0e3d915762c693b495b44d77113d4970485de6ec flutter_plugin_android_lifecycle: dc0b544e129eebb77a6bfb1239d4d1c673a60a35 diff --git a/ios/countly_flutter.podspec b/ios/countly_flutter.podspec index feab4b55..247985e2 100644 --- a/ios/countly_flutter.podspec +++ b/ios/countly_flutter.podspec @@ -3,7 +3,7 @@ # Pod::Spec.new do |s| s.name = 'countly_flutter' - s.version = '0.0.1' + s.version = '20.04.2' s.summary = 'A new flutter plugin project.' s.description = <<-DESC A new flutter plugin project.