version upgrade
This commit is contained in:
parent
74b0630328
commit
01d0312310
|
|
@ -46,6 +46,7 @@ class UserProvider extends CoreProvier {
|
|||
final service = RequestService(RequestHelper.firebaseToken, body: {
|
||||
'firebaseToken': AppInitializer.fcmToken,
|
||||
});
|
||||
|
||||
await service.put();
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -108,7 +108,7 @@ class Settings extends StatelessWidget {
|
|||
),
|
||||
const SizedBox(height: 16),
|
||||
DidvanText(
|
||||
'نسخه نرمافزار: 1.1.4',
|
||||
'نسخه نرمافزار: 1.5.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: 1.5.0+6
|
||||
version: 1.5.0+10
|
||||
|
||||
environment:
|
||||
sdk: ">=2.12.0 <3.0.0"
|
||||
|
|
|
|||
Loading…
Reference in New Issue