Skip to content

Commit 6d81d59

Browse files
Version update to 2.0.0-beta1
1 parent e7f4ac1 commit 6d81d59

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

DebugScreen.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'DebugScreen'
3-
spec.version = '1.0.1'
3+
spec.version = '2.0.0-beta1'
44
spec.summary = 'A library for quickly creating and customizing an application`s debug screen.'
55
spec.description = <<-DESC
66
Allows you to customize your DebugScreen as you want! Available features: server selection, feature toggle managment, custom actions.

DebugScreen.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -971,7 +971,7 @@
971971
"@executable_path/Frameworks",
972972
"@loader_path/Frameworks",
973973
);
974-
MARKETING_VERSION = 1.0.1;
974+
MARKETING_VERSION = "2.0.0-beta1";
975975
PRODUCT_BUNDLE_IDENTIFIER = ru.surfstudio.DebugScreen;
976976
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
977977
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -1003,7 +1003,7 @@
10031003
"@executable_path/Frameworks",
10041004
"@loader_path/Frameworks",
10051005
);
1006-
MARKETING_VERSION = 1.0.1;
1006+
MARKETING_VERSION = "2.0.0-beta1";
10071007
PRODUCT_BUNDLE_IDENTIFIER = ru.surfstudio.DebugScreen;
10081008
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
10091009
PROVISIONING_PROFILE_SPECIFIER = "";

0 commit comments

Comments
 (0)