Skip to content

Commit

Permalink
Increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
v-sharaev committed Nov 19, 2019
1 parent 0cf6c81 commit 176dda1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ECHO.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "ECHO"
spec.version = "3.7.1"
spec.version = "3.7.2"
spec.summary = "Echo iOS Framework"
spec.homepage = "https://github.com/echoprotocol/echo-ios-framework"
spec.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down
4 changes: 2 additions & 2 deletions ECHO.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1858,7 +1858,7 @@
"$(SRCROOT)/Libraries/openssl/lib",
"$(SRCROOT)/Libraries/ed25519/lib/SimulatorRelease/",
);
MARKETING_VERSION = 3.7.1;
MARKETING_VERSION = 3.7.2;
MODULEMAP_FILE = "./ECHO/Supports Files/ECHO.modulemap";
PRODUCT_BUNDLE_IDENTIFIER = org.echo.mobile.framework;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
Expand Down Expand Up @@ -1906,7 +1906,7 @@
"$(SRCROOT)/Libraries/openssl/lib",
"$(SRCROOT)/Libraries/ed25519/lib/SimulatorRelease/",
);
MARKETING_VERSION = 3.7.1;
MARKETING_VERSION = 3.7.2;
MODULEMAP_FILE = "./ECHO/Supports Files/ECHO.modulemap";
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = org.echo.mobile.framework;
Expand Down

0 comments on commit 176dda1

Please sign in to comment.