From 32501764fa75140fa55d482cf1841b549221caaf Mon Sep 17 00:00:00 2001 From: Jose Ulises Nino Rivera Date: Thu, 15 Apr 2021 21:14:16 -0500 Subject: [PATCH] release: v0.3.1.04152021 (#1384) Signed-off-by: Jose Nino --- .github/workflows/ios_build.yml | 2 +- EnvoyMobile.podspec | 2 +- VERSION | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ios_build.yml b/.github/workflows/ios_build.yml index 4b55d07d5b..9e9e184122 100644 --- a/.github/workflows/ios_build.yml +++ b/.github/workflows/ios_build.yml @@ -34,7 +34,7 @@ jobs: name: swift_helloworld needs: iosbuild runs-on: macOS-latest - timeout-minutes: 15 + timeout-minutes: 30 steps: - uses: actions/checkout@v1 with: diff --git a/EnvoyMobile.podspec b/EnvoyMobile.podspec index c9f35cdf09..994059cf0d 100644 --- a/EnvoyMobile.podspec +++ b/EnvoyMobile.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'EnvoyMobile' - s.version = '0.3.1.03302021' + s.version = '0.3.1.04152021' s.author = 'Lyft, Inc.' s.summary = 'Client networking libraries based on the Envoy project' s.homepage = 'https://envoy-mobile.github.io' diff --git a/VERSION b/VERSION index ce9b3828be..6bd3a28785 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.1.03302021 +0.3.1.04152021