Skip to content

Commit

Permalink
v7.2: Update application.fam (#64)
Browse files Browse the repository at this point in the history
* v7.2: Update application.fam

* Update wifi_marauder_app.h
  • Loading branch information
0xchocolate authored Nov 26, 2024
1 parent 354134f commit 3e1d695
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion application.fam
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
App(
appid="esp32_wifi_marauder",
name="[ESP32] WiFi Marauder",
fap_version=(7, 1),
fap_version=(7, 2),
apptype=FlipperAppType.EXTERNAL,
entry_point="wifi_marauder_app",
requires=["gui"],
Expand Down
2 changes: 1 addition & 1 deletion wifi_marauder_app.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
extern "C" {
#endif

#define WIFI_MARAUDER_APP_VERSION "v0.7.1"
#define WIFI_MARAUDER_APP_VERSION "v0.7.2"

typedef struct WifiMarauderApp WifiMarauderApp;

Expand Down

0 comments on commit 3e1d695

Please sign in to comment.