Skip to content

Commit

Permalink
Update app version (v0.7.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xchocolate committed Mar 15, 2024
1 parent 55193e7 commit a510991
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, 0),
fap_version=(7, 1),
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.0"
#define WIFI_MARAUDER_APP_VERSION "v0.7.1"

typedef struct WifiMarauderApp WifiMarauderApp;

Expand Down

0 comments on commit a510991

Please sign in to comment.