Skip to content

Commit 61d646b

Browse files
committed
version-0.1.0.9
1 parent 0ff7e03 commit 61d646b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

ghcjs/currency-converter/app.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: app
3-
version: 0.1.0.8
3+
version: 0.1.0.9
44
synopsis: First miso app
55
category: Web
66
build-type: Simple

ghcjs/currency-converter/src/App/Widgets/Menu.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,8 +355,8 @@ linksWidget st =
355355
mempty
356356
[ text
357357
"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 ",
360360
Misc.browserLink googlePlayLink "Google Play",
361361
text ", or download the ",
362362
Misc.browserLink apkLink "APK file",

ghcjs/currency-converter/trapeze.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
platforms:
22
android:
33
appName: Currency Converter
4-
versionCode: 8
5-
versionName: 0.1.0.8
4+
versionCode: 9
5+
versionName: 0.1.0.9
66
packageName: com.functora.currency_converter
77
manifest:
88
- file: AndroidManifest.xml

0 commit comments

Comments
 (0)