Skip to content

Commit

Permalink
fix: 1.1 update
Browse files Browse the repository at this point in the history
  • Loading branch information
xtruan committed Jun 5, 2024
1 parent 1c25800 commit d29abc5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ App(
fap_category="Tools",
fap_author="Struan Clark (xtruan)",
fap_weburl="https://github.com/xtruan/flipper-enigma",
fap_version=(1, 0),
fap_version=(1, 1),
fap_description="Enigma for Flipper",
)
4 changes: 2 additions & 2 deletions catalog/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ sourcecode:
location:
origin: https://github.com/xtruan/flipper-enigma.git
commit_sha: 565c0244375347d7a21309b299fbdd4033d9ebfb
description: "Enigma machine emulator"
changelog: "v1.0 - Initial release"
description: "Enigma cipher machine simulator"
changelog: "v1.1 - Added more rotors (VI, VII, VIII)"
author: "@xtruan"
screenshots:
- "./catalog/startscreen.png"
Expand Down
2 changes: 1 addition & 1 deletion flipenigma.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#include "scenes/flipenigma_scene.h"
#include "views/flipenigma_startscreen.h"

#define FLIPENIGMA_VERSION "v1.0"
#define FLIPENIGMA_VERSION "v1.1"

// "To make cryptanalysis harder, messages were limited to 250 characters."
#define TEXT_SIZE 250
Expand Down

0 comments on commit d29abc5

Please sign in to comment.