From 89c2bfed51d52bd17f6938a2bfdd515d7d2a6067 Mon Sep 17 00:00:00 2001 From: bialger Date: Tue, 27 Aug 2024 15:00:01 +0300 Subject: [PATCH] Update version to 1.3.6 --- CMakeLists.txt | 2 +- lib/ui/TextUserInterface.cpp | 2 +- tests/WeatherForecastIntegrationTestSuite.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6cdd326..7c65640 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.12) project( weather-forecast - VERSION 1.3.5 + VERSION 1.3.6 DESCRIPTION "Console weather forecast app that uses OpenMeteo and Yandex Geocoder API" LANGUAGES CXX ) diff --git a/lib/ui/TextUserInterface.cpp b/lib/ui/TextUserInterface.cpp index 45a7728..abf30c8 100644 --- a/lib/ui/TextUserInterface.cpp +++ b/lib/ui/TextUserInterface.cpp @@ -7,7 +7,7 @@ #include "ConfigParser.hpp" const std::string TextUserInterface::kProgramName = "weather-forecast"; -const std::string TextUserInterface::kVersion = "1.3.5 Ferdinando II de' Medici"; +const std::string TextUserInterface::kVersion = "1.3.6 Ferdinando II de' Medici"; const CompositeString TextUserInterface::kDefaultConfigPath = "default_config.json"; const CompositeString TextUserInterface::kDefaultLogPath = "Print to standard output"; diff --git a/tests/WeatherForecastIntegrationTestSuite.cpp b/tests/WeatherForecastIntegrationTestSuite.cpp index 9cdc8b1..13c5501 100644 --- a/tests/WeatherForecastIntegrationTestSuite.cpp +++ b/tests/WeatherForecastIntegrationTestSuite.cpp @@ -1,6 +1,6 @@ #include "WeatherForecastIntegrationTestSuite.hpp" -const std::string WeatherForecastIntegrationTestSuite::kExpectedHelp = "weather-forecast 1.3.5 Ferdinando II de' Medici\n" +const std::string WeatherForecastIntegrationTestSuite::kExpectedHelp = "weather-forecast 1.3.6 Ferdinando II de' Medici\n" "A program for displaying the weather forecast in the terminal.\n" "\n" "OPTIONS:\n"