From c5a37d80bc99bd1247e85c88a89b33bbbc5f3870 Mon Sep 17 00:00:00 2001 From: MX <10697207+xMasterX@users.noreply.github.com> Date: Tue, 30 Jan 2024 22:17:53 +0300 Subject: [PATCH] bump --- base_pack/weather_station/helpers/weather_station_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base_pack/weather_station/helpers/weather_station_types.h b/base_pack/weather_station/helpers/weather_station_types.h index f380c92ecf4..bfe682df79c 100644 --- a/base_pack/weather_station/helpers/weather_station_types.h +++ b/base_pack/weather_station/helpers/weather_station_types.h @@ -3,7 +3,7 @@ #include #include -#define WS_VERSION_APP "1.2" +#define WS_VERSION_APP "1.3" #define WS_DEVELOPED "SkorP" #define WS_GITHUB "https://github.com/flipperdevices/flipperzero-good-faps"