File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff 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 ),
Original file line number Diff line number Diff 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
1616environment :
1717 sdk : " >=2.2.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments