File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
cabal-version : 2.2
2
2
name : app
3
- version : 0.1.0.8
3
+ version : 0.1.0.9
4
4
synopsis : First miso app
5
5
category : Web
6
6
build-type : Simple
Original file line number Diff line number Diff line change @@ -355,8 +355,8 @@ linksWidget st =
355
355
mempty
356
356
[ text
357
357
" The Android app is in closed beta. To install it, join the " ,
358
- Misc. browserLink testGroupLink " closed beta group " ,
359
- text " and then install the app from " ,
358
+ Misc. browserLink testGroupLink " closed beta" ,
359
+ text " group and then install the app from " ,
360
360
Misc. browserLink googlePlayLink " Google Play" ,
361
361
text " , or download the " ,
362
362
Misc. browserLink apkLink " APK file" ,
Original file line number Diff line number Diff line change 1
1
platforms :
2
2
android :
3
3
appName : Currency Converter
4
- versionCode : 8
5
- versionName : 0.1.0.8
4
+ versionCode : 9
5
+ versionName : 0.1.0.9
6
6
packageName : com.functora.currency_converter
7
7
manifest :
8
8
- file : AndroidManifest.xml
You can’t perform that action at this time.
0 commit comments