diff --git a/.scripts/last-tags.sh b/.scripts/last-tags.sh new file mode 100755 index 00000000..698a4597 --- /dev/null +++ b/.scripts/last-tags.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +echo "ANDROID" +git describe --tags --abbrev=0 --match "*-android" +echo "\nIOS" +git describe --tags --abbrev=0 --match "*-ios" +echo "\nDESKTOP" +git describe --tags --abbrev=0 --match "*-desktop" \ No newline at end of file diff --git a/website/data/hero.yml b/website/data/hero.yml index c7746c0a..1d20add9 100644 --- a/website/data/hero.yml +++ b/website/data/hero.yml @@ -6,7 +6,7 @@ buttonName: Available on button1text: Google Play button1Link: https://play.google.com/store/apps/details?id=com.prof18.feedflow button2text: Apple Store -button2Link: https://www.example.com +button2Link: https://apps.apple.com/us/app/feedflow-rss-reader/id6447210518 button3text: macOS button3Link: https://github.com/prof18/feed-flow/releases/download/1.0.6-desktop/FeedFlow-1.0.6.dmg image: images/hero/hero-image.svg