Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ginkage committed Aug 9, 2023
1 parent 06b91a0 commit c5d1b5e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## v0.0.5 (2023-06-18)

**Fix firmware 0.88 issues**

## v0.0.5 (2023-06-18)

**Closed issues:**

- Error on firmware 0.77.1
Expand Down
2 changes: 1 addition & 1 deletion application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ App(
stack_size=10 * 1024,
fap_category="GPIO",
fap_icon="icon.png",
fap_version="0.7",
fap_version="0.8",
sources=["*.c", "*.cc"],
)

0 comments on commit c5d1b5e

Please sign in to comment.