diff --git a/CHANGELOG.md b/CHANGELOG.md index 44f447254dd..ac6d3e38e62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/application.fam b/application.fam index 134cd07116b..556b09b69c5 100644 --- a/application.fam +++ b/application.fam @@ -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", diff --git a/pinball0.h b/pinball0.h index 7ea02c486c8..31dab1c860d 100644 --- a/pinball0.h +++ b/pinball0.h @@ -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