diff --git a/Example/Podfile.lock b/Example/Podfile.lock index 7230275..b684d45 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - JustTweak (7.0.1) + - JustTweak (8.0.0) DEPENDENCIES: - JustTweak (from `../`) @@ -9,7 +9,7 @@ EXTERNAL SOURCES: :path: "../" SPEC CHECKSUMS: - JustTweak: 08911211de0e2f75439ecd20528aff088ba2cfa0 + JustTweak: 33d45b859d14890454030235a814ac4545b227ce PODFILE CHECKSUM: a68b671e421f174879203bb91286c82eecc0444f diff --git a/JustTweak.podspec b/JustTweak.podspec index 66cea24..bce49a5 100644 --- a/JustTweak.podspec +++ b/JustTweak.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'JustTweak' - s.version = '7.0.1' + s.version = '8.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.