diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cd0e69b3bf..cef16a3bbfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.3 +- Updated to firmware SDK 0.99.1 + ## 0.2 - Playlist support - Hidden file/folder support diff --git a/application.fam b/application.fam index 91f5bc0c96b..1b2eea92705 100644 --- a/application.fam +++ b/application.fam @@ -8,7 +8,7 @@ App( stack_size=2 * 1024, fap_category="Tools", # Optional values - fap_version="0.2", + fap_version="0.3", fap_icon="quac.png", # 10x10 1-bit PNG fap_description="Quick Action remote control app", fap_author="Roberto De Feo", diff --git a/quac.png b/quac.png index 327ee08c509..c7fedc0f6bb 100644 Binary files a/quac.png and b/quac.png differ