Skip to content

Commit 765159c

Browse files
committed
version bump
1 parent 104df13 commit 765159c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

lib/screens/settings.dart

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,14 +197,16 @@ class _SettingsState extends State<Settings> {
197197
),
198198
Text(
199199
"Version : $version",
200-
style: Theme.of(context).textTheme.caption,
200+
style: Theme.of(context).textTheme.subtitle,
201201
),
202+
SizedBox(height: 12),
202203
Text(
203204
"build : $buildNumber",
204205
style: Theme.of(context).textTheme.caption,
205206
)
206207
],
207-
)
208+
),
209+
SizedBox(height: 120)
208210
],
209211
),
210212
),

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description: bitcoin watch only wallet based samourai sentinel
1111
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1212
# Read more about iOS versioning at
1313
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
14-
version: 0.1.3+5
14+
version: 0.1.5+6
1515

1616
environment:
1717
sdk: ">=2.2.0 <3.0.0"

0 commit comments

Comments
 (0)