diff --git a/Example/Podfile.lock b/Example/Podfile.lock index b684d45..ba48d29 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - JustTweak (8.0.0) + - JustTweak (9.0.0) DEPENDENCIES: - JustTweak (from `../`) @@ -9,7 +9,7 @@ EXTERNAL SOURCES: :path: "../" SPEC CHECKSUMS: - JustTweak: 33d45b859d14890454030235a814ac4545b227ce + JustTweak: f52390bd7bd2fc8c0549cbe1a17a68492122e68b PODFILE CHECKSUM: a68b671e421f174879203bb91286c82eecc0444f diff --git a/JustTweak.podspec b/JustTweak.podspec index bce49a5..bf72ec0 100644 --- a/JustTweak.podspec +++ b/JustTweak.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'JustTweak' - s.version = '8.0.0' + s.version = '9.0.0' s.summary = 'A framework for feature flagging, locally and remotely configure and A/B test iOS apps.' s.description = <<-DESC JustTweak is a framework for feature flagging, locally and remotely configure and A/B test iOS apps.