Skip to content

Commit 2de3252

Browse files
committed
add favorites_screen and update
1 parent 8daad58 commit 2de3252

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

lib/src/screens/settings_screen.dart

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ class _SettingsScreenState extends State<SettingsScreen> {
374374
),
375375
),
376376
child: Text(
377-
'نسخه 1.0.0',
377+
'نسخه 1.0.1',
378378
style: GoogleFonts.vazirmatn(
379379
fontSize: 18,
380380
fontWeight: FontWeight.bold,
@@ -569,7 +569,7 @@ class _SettingsScreenState extends State<SettingsScreen> {
569569
borderRadius: BorderRadius.circular(20),
570570
),
571571
child: Text(
572-
'نسخه 1.0.0',
572+
'نسخه 1.0.1',
573573
style: GoogleFonts.vazirmatn(
574574
fontSize: 16,
575575
fontWeight: FontWeight.bold,
@@ -783,7 +783,7 @@ class _SettingsScreenState extends State<SettingsScreen> {
783783
final releaseUrl = latestRelease['html_url'] as String;
784784

785785
// Current app version
786-
const currentVersion = 'v1.0.0';
786+
const currentVersion = 'v1.0.1';
787787

788788
// Compare versions
789789
if (_isVersionNewer(latestVersion, currentVersion)) {
@@ -931,7 +931,7 @@ class _SettingsScreenState extends State<SettingsScreen> {
931931
),
932932
const SizedBox(height: 5),
933933
Text(
934-
'نسخه فعلی: v1.0.0',
934+
'نسخه فعلی: v1.0.1',
935935
style: GoogleFonts.vazirmatn(
936936
fontSize: 16,
937937
color: Theme.of(context).textTheme.bodyMedium?.color,

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: 1.0.0+2
19+
version: 1.0.1+2
2020

2121
environment:
2222
sdk: ^3.9.2

windows/installer/CCloud.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#define MyAppName "CCloud"
2-
#define MyAppVersion "1.0.0"
2+
#define MyAppVersion "1.0.1"
33
#define MyAppPublisher "Hossein Pira"
44
#define MyAppURL "https://github.com/code3-dev/CCloud-GUI"
55
#define MyAppExeName "ccloud_gui.exe"

windows/runner/Runner.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ IDI_APP_ICON ICON "resources\\app_icon.ico"
6969
#if defined(FLUTTER_VERSION)
7070
#define VERSION_AS_STRING FLUTTER_VERSION
7171
#else
72-
#define VERSION_AS_STRING "1.0.0"
72+
#define VERSION_AS_STRING "1.0.1"
7373
#endif
7474

7575
VS_VERSION_INFO VERSIONINFO

0 commit comments

Comments
 (0)