version 2.1.0 build 17

This commit is contained in:
MohammadTaha Basiri 2022-04-30 21:53:26 +04:30
parent 9f594f97a6
commit 41be81e532
5 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@ name: app-test
spec:
allow_http: false
disable_default_domains: true
image: app:2.0.10.16
image: app:2.1.0.17
image_pull_policy: IfNotPresent
path: /
replicas: 1

View File

@ -1,3 +1,3 @@
FROM nginx:latest
COPY ./build/web /usr/share/nginx/html/
COPY . /usr/share/nginx/html/
ENTRYPOINT ["nginx", "-g", "daemon off;"]

View File

@ -3,7 +3,7 @@ import 'package:didvan/models/requests/radar.dart';
import 'package:didvan/models/requests/studio.dart';
class RequestHelper {
static const String baseUrl = 'https://test.api.didvan.app';
static const String baseUrl = 'https://api.didvan.app';
static const String _baseUserUrl = baseUrl + '/user';
static const String _baseRadarUrl = baseUrl + '/radar';
static const String _baseNewsUrl = baseUrl + '/news';

View File

@ -112,7 +112,7 @@ class Settings extends StatelessWidget {
),
const SizedBox(height: 16),
DidvanText(
'نسخه نرم‌افزار: 2.0.0',
'نسخه نرم‌افزار: 2.1.0',
style: Theme.of(context).textTheme.caption,
),
],

View File

@ -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.10+16
version: 2.1.0+17
environment:
sdk: ">=2.12.0 <3.0.0"