From b92369e6000e41ee4be3e9dc07ec1e246cfcd782 Mon Sep 17 00:00:00 2001 From: MohammadTaha Basiri Date: Tue, 3 May 2022 00:49:50 +0430 Subject: [PATCH] version upgrade --- .fandogh/fandogh.yaml | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.fandogh/fandogh.yaml b/.fandogh/fandogh.yaml index 7d0fe06..717f4be 100644 --- a/.fandogh/fandogh.yaml +++ b/.fandogh/fandogh.yaml @@ -3,7 +3,7 @@ name: app-test spec: allow_http: false disable_default_domains: true - image: app:2.1.0.17 + image: app:2.1.1.17 image_pull_policy: IfNotPresent path: / replicas: 1 diff --git a/pubspec.yaml b/pubspec.yaml index 31decff..da9fa42 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 2.1.0+17 +version: 2.1.1+17 environment: sdk: ">=2.12.0 <3.0.0"