Skip to content

Commit

Permalink
Merge pull request #181 from adamfowleruk/feature-180
Browse files Browse the repository at this point in the history
Fixes #180. New beta build with fix for Aggregate class
  • Loading branch information
adamfowleruk authored Sep 12, 2022
2 parents 85eba36 + 4fa192a commit a616460
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Herald-for-iOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = "2.1.0-beta2";
MARKETING_VERSION = "2.1.0-beta3";
PRODUCT_BUNDLE_IDENTIFIER = io.heraldprox.herald.app;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand All @@ -420,7 +420,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = "2.1.0-beta2";
MARKETING_VERSION = "2.1.0-beta3";
PRODUCT_BUNDLE_IDENTIFIER = io.heraldprox.herald.app;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand Down
2 changes: 1 addition & 1 deletion Herald.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|

spec.name = "Herald"
spec.version = "2.1.0-beta2"
spec.version = "2.1.0-beta3"
spec.summary = "Reliable Bluetooth communication library for iOS"

spec.description = <<-DESC
Expand Down
4 changes: 2 additions & 2 deletions Herald/Herald.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 2.0;
MARKETING_VERSION = "2.1.0-beta3";
PRODUCT_BUNDLE_IDENTIFIER = io.heraldprox.herald;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down Expand Up @@ -868,7 +868,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 2.0;
MARKETING_VERSION = "2.1.0-beta3";
PRODUCT_BUNDLE_IDENTIFIER = io.heraldprox.herald;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down

0 comments on commit a616460

Please sign in to comment.