Version 0.2
Some checks failed
FAP: Build for multiple SDK sources / ufbt: Build for dev channel (push) Has been cancelled
FAP: Build for multiple SDK sources / ufbt: Build for release channel (push) Has been cancelled
FAP: Build for multiple SDK sources / ufbt: Build for release-candidate channel (push) Has been cancelled

This commit is contained in:
Marta Sokolska 2025-06-20 17:17:00 +02:00
parent 66fa2a292a
commit 0de4417aaa
2 changed files with 1 additions and 2 deletions

View file

@ -13,7 +13,6 @@ Tarot spread for Flipper Zero. This app can give you a linear spread of the majo
- [x] Add upside-down cards
- [x] Make the random number generator source radio
- [x] Make a deck browser
- [ ] Allow the user to turn the upside-down cards on and off in settings
- [ ] Add Minor arcana
## Credits

View file

@ -5,7 +5,7 @@ App(
entry_point="tarot_app",
stack_size=2 * 1024,
fap_category="Games",
fap_version=(0, 1), # (major, minor)
fap_version=(0, 2), # (major, minor)
fap_icon="tarot.png", # 10x10 1-bit PNG
fap_description="Tarot card reader",
fap_author="pionaiki & tihyltew",