version upgrade

This commit is contained in:
MohammadTaha Basiri 2022-03-31 00:00:55 +04:30
parent 74b0630328
commit 01d0312310
3 changed files with 3 additions and 2 deletions

View File

@ -46,6 +46,7 @@ class UserProvider extends CoreProvier {
final service = RequestService(RequestHelper.firebaseToken, body: {
'firebaseToken': AppInitializer.fcmToken,
});
await service.put();
}

View File

@ -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,
),
],

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: 1.5.0+6
version: 1.5.0+10
environment:
sdk: ">=2.12.0 <3.0.0"