version 2.1.0 build 17
This commit is contained in:
parent
9f594f97a6
commit
41be81e532
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
FROM nginx:latest
|
||||
COPY ./build/web /usr/share/nginx/html/
|
||||
COPY . /usr/share/nginx/html/
|
||||
ENTRYPOINT ["nginx", "-g", "daemon off;"]
|
||||
|
|
|
|||
|
|
@ -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';
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
),
|
||||
],
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue