Skip to content

Commit

Permalink
fix: bump build version
Browse files Browse the repository at this point in the history
  • Loading branch information
xtruan committed Aug 2, 2024
1 parent 0d67b8c commit cf99577
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- develop

env:
firmware_version: '0.101.2'
firmware_version: '0.104.0'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'v[0-9]+.[0-9]+.[0-9]+'

env:
firmware_version: '0.101.2'
firmware_version: '0.104.0'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
![ENIGMA](https://github.com/xtruan/flipper-enigma/blob/main/icons/ENIGMA_128x56.png)

## Enigma machine emulator for Flipper Zero
- Built against `0.101.2` Flipper Zero firmware release
- Built against `0.104.0` Flipper Zero firmware release
- Uses [enigma-machine](https://github.com/LeonardoE95/enigma-machine) lib

The Enigma machine was an encryption device used primarily by Germany during World War II to secure military communications. It consisted of a series of rotors and plugboards that scrambled plaintext messages into ciphertext, which could then be transmitted securely. The machine's complexity and the constantly changing settings of its components made it incredibly difficult to decipher without knowing the exact configuration used at the time of encryption. Despite its initial success in keeping communications secret, the Allies eventually broke the Enigma code, significantly contributing to their victory in the war. Today, the Enigma machine is a symbol of cryptographic history and technological innovation.
Expand Down

0 comments on commit cf99577

Please sign in to comment.