From 88e5a2eb2cba06670b6efcb23b4868466fe368f6 Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Mon, 5 Oct 2020 14:20:32 +0200 Subject: [PATCH] trigger ci --- example/ios/fastlane/Matchfile | 1 + example/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/example/ios/fastlane/Matchfile b/example/ios/fastlane/Matchfile index 21b0863c..cc976de1 100644 --- a/example/ios/fastlane/Matchfile +++ b/example/ios/fastlane/Matchfile @@ -7,6 +7,7 @@ username("salvatore@getstream.io") team_id("EHV7XZLAHA") # app_identifier(["tools.fastlane.app", "tools.fastlane.app2"]) + # username("user@fastlane.tools") # Your Apple Developer Portal username # For all available options run `fastlane match --help` diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 90a1c7f1..b186e1af 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,7 +1,7 @@ name: example description: A new Flutter project. -version: 1.0.17+19 +version: 1.0.18+20 environment: sdk: ">=2.2.2 <3.0.0"