Skip to content

Commit ed906df

Browse files
committed
Bumped version 2.6.4 -> 3.0.0
1 parent c247bb6 commit ed906df

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Example/FeatureFlags.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,7 @@
448448
GCC_WARN_UNUSED_FUNCTION = YES;
449449
GCC_WARN_UNUSED_VARIABLE = YES;
450450
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
451+
MARKETING_VERSION = 3.0.0;
451452
MTL_ENABLE_DEBUG_INFO = YES;
452453
ONLY_ACTIVE_ARCH = YES;
453454
SDKROOT = iphoneos;
@@ -498,6 +499,7 @@
498499
GCC_WARN_UNUSED_FUNCTION = YES;
499500
GCC_WARN_UNUSED_VARIABLE = YES;
500501
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
502+
MARKETING_VERSION = 3.0.0;
501503
MTL_ENABLE_DEBUG_INFO = NO;
502504
SDKROOT = iphoneos;
503505
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
@@ -513,7 +515,6 @@
513515
CURRENT_PROJECT_VERSION = 1;
514516
INFOPLIST_FILE = FeatureFlags/Info.plist;
515517
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
516-
MARKETING_VERSION = 2.6.4;
517518
MODULE_NAME = ExampleApp;
518519
PRODUCT_BUNDLE_IDENTIFIER = "com.rwbutler.demo.FeatureFlags-Example";
519520
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -530,7 +531,6 @@
530531
CURRENT_PROJECT_VERSION = 1;
531532
INFOPLIST_FILE = FeatureFlags/Info.plist;
532533
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
533-
MARKETING_VERSION = 2.6.4;
534534
MODULE_NAME = ExampleApp;
535535
PRODUCT_BUNDLE_IDENTIFIER = "com.rwbutler.demo.FeatureFlags-Example";
536536
PRODUCT_NAME = "$(TARGET_NAME)";

Example/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

FeatureFlags.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'FeatureFlags'
3-
s.version = '2.6.4'
3+
s.version = '3.0.0'
44
s.swift_version = '5.0'
55
s.summary = 'Feature flagging, A/B testing, MVT and phased feature roll out for iOS.'
66
s.description = <<-DESC

0 commit comments

Comments
 (0)