From ccea854505121a1ce46951e18cfd7b4d7e5ae034 Mon Sep 17 00:00:00 2001 From: SkorP Date: Thu, 27 Oct 2022 10:53:02 +0400 Subject: [PATCH] WS: update version --- .../plugins/weather_station/helpers/weather_station_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/plugins/weather_station/helpers/weather_station_types.h b/applications/plugins/weather_station/helpers/weather_station_types.h index 479638b98..2976cbce8 100644 --- a/applications/plugins/weather_station/helpers/weather_station_types.h +++ b/applications/plugins/weather_station/helpers/weather_station_types.h @@ -3,7 +3,7 @@ #include #include -#define WS_VERSION_APP "0.3" +#define WS_VERSION_APP "0.3.1" #define WS_DEVELOPED "SkorP" #define WS_GITHUB "https://github.com/flipperdevices/flipperzero-firmware"