Skip to content

Commit 1203498

Browse files
version updated
1 parent f043617 commit 1203498

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/widgets/custom_drawer.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ class CustomDrawer extends StatelessWidget {
146146
child: Align(
147147
alignment: Alignment.bottomCenter,
148148
child: Text(
149-
"v1.0.6",
149+
"v1.0.7",
150150
style: TextStyle(
151151
fontSize: 16,
152152
color: Theme.of(context).colorScheme.secondary,

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: A new Flutter project.
33
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
44

55

6-
version: 1.0.6+1
6+
version: 1.0.7+1
77

88
environment:
99
sdk: '>=2.19.6 <3.0.0'

0 commit comments

Comments
 (0)