diff --git a/application.fam b/application.fam index 3389f9f..07ea461 100644 --- a/application.fam +++ b/application.fam @@ -19,7 +19,7 @@ App( fap_category="Games", # Optional values - fap_version="1.0", + fap_version="1.1", fap_description="Flipper Zero Minesweeper Implementation", fap_author="Alexander Rodriguez", fap_weburl="https://github.com/squee72564/F0_Minesweeper_Fap", diff --git a/docs/changelog.md b/docs/changelog.md index 6894474..703c427 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,7 +4,7 @@ - Add settings options to toggle hardware feedback - Maybe take a look at the board verifier algo and try to make faster/multi-thread or anything to allow better maps -## Version 1.0.1 - 1/11/2024 +## Version 1.1.0 - 1/11/2024 Added haptic / led functionality