Skip to content

Commit

Permalink
Update website
Browse files Browse the repository at this point in the history
  • Loading branch information
prof18 committed Jul 31, 2023
1 parent eabc839 commit 1dcfccc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .scripts/last-tags.sh
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion website/data/hero.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1dcfccc

Please sign in to comment.