diff --git a/.fandogh/fandogh.yaml b/.fandogh/fandogh.yaml index a506af2..2946a70 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.0.5.15 + image: app:2.10.16 image_pull_policy: IfNotPresent path: / replicas: 1 diff --git a/pubspec.yaml b/pubspec.yaml index fbedac3..7c557cc 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.0.5+15 +version: 2.0.10+16 environment: sdk: ">=2.12.0 <3.0.0"