Skip to content

Commit 15fdbf0

Browse files
committed
updated version
1 parent 75a33f1 commit 15fdbf0

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

lib/controllers/home_f.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ String getDayLabel(DateTime date, int index, utcOffsetSeconds) {
6363
}
6464
}
6565

66-
final String currentVersion = 'v2.6.4';
66+
final String currentVersion = 'v2.6.5';
6767
final String githubRepo = 'PranshulGG/WeatherMaster';
6868
bool isChecking = false;
6969

lib/screens/about_page.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ class _AboutPageState extends State<AboutPage> {
342342
pageBuilder: (context, animation, secondaryAnimation) {
343343
return LicensePage(
344344
applicationName: 'WeatherMaster',
345-
applicationVersion: 'v2.6.4 (F)',
345+
applicationVersion: 'v2.6.5 (F)',
346346
applicationIcon: Container(
347347
clipBehavior: Clip.hardEdge,
348348
margin: const EdgeInsets.only(bottom: 16, top: 16),
@@ -542,7 +542,7 @@ class CheckUpdateButton extends StatefulWidget {
542542
}
543543

544544
class _CheckUpdateButtonState extends State<CheckUpdateButton> {
545-
final String currentVersion = 'v2.6.4';
545+
final String currentVersion = 'v2.6.5';
546546
final String githubRepo = 'PranshulGG/WeatherMaster';
547547
bool isChecking = false;
548548

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
1616
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1717
# In Windows, build-name is used as the major, minor, and patch parts
1818
# of the product and file versions while build-number is used as the build suffix.
19-
version: 2.6.4+25
19+
version: 2.6.5+26
2020

2121
environment:
2222
sdk: ">=3.0.6 <4.0.0"

0 commit comments

Comments
 (0)