diff --git a/android/fastlane/Fastfile b/android/fastlane/Fastfile index bb2c9621..85262cf7 100644 --- a/android/fastlane/Fastfile +++ b/android/fastlane/Fastfile @@ -23,7 +23,7 @@ platform :android do ) last_version = versions[0].to_i Dir.chdir("../..") do - re = /version:\s([0-9]*\.[0-9]*\.[0-9]*)\+[0-9]/i + re = /version:\s([0-9]*\.[0-9]*\.[0-9]*)\+[0-9]*/i config = File.read("./pubspec.yaml") version_name = config.match(re).captures diff --git a/pubspec.yaml b/pubspec.yaml index 2b25c720..7956eb5d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: fluffychat description: Chat with your friends. publish_to: none -version: 0.41.1+1 +version: 0.41.1+1410 environment: sdk: ">=2.6.0 <3.0.0"