Skip to content

Commit

Permalink
version 0.5.1 - fixes #3
Browse files Browse the repository at this point in the history
  • Loading branch information
rdefeo committed Dec 5, 2024
1 parent 2a14ce2 commit 8adf28f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.5.1

- Stop scores when moving ball in debug mode
- Reset dynamic objects during tilt

## 0.5.0

- Turbo boosts
Expand Down
2 changes: 1 addition & 1 deletion application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ App(
fap_category="Games",
requires=["gui"],
# Optional values
fap_version="0.5",
fap_version="0.5.1",
fap_icon="pinball0.png", # 10x10 1-bit PNG
fap_description="Pinball game",
fap_author="Roberto De Feo",
Expand Down
2 changes: 1 addition & 1 deletion pinball0.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
// #define DRAW_NORMALS

#define TAG "Pinball0"
#define VERSION "v0.5"
#define VERSION "v0.5.1"

// Vertical orientation
#define LCD_WIDTH 64
Expand Down

0 comments on commit 8adf28f

Please sign in to comment.