Skip to content

Commit

Permalink
Bump ver
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyweiss committed Apr 28, 2024
1 parent 6f05f69 commit 6415944
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helpers/mag_types.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

#define MAG_VERSION_APP "0.06"
#define MAG_VERSION_APP "0.07"
#define MAG_DEVELOPER "Zachary Weiss"
#define MAG_GITHUB "github.com/zacharyweiss/magspoof_flipper"

Expand Down
2 changes: 1 addition & 1 deletion scenes/mag_scene_settings.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ void mag_scene_invalid_dialog(Mag* mag) {
dialog_message_set_buttons(message, "Modify", NULL, "Reset");
dialog_message_set_text(
message,
"Pins cannot overlap\nChange, or reset to defaults.",
"Pins cannot overlap.\nChange, or reset to defaults.",
64,
32,
AlignCenter,
Expand Down

0 comments on commit 6415944

Please sign in to comment.