diff --git a/CMakeLists.txt b/CMakeLists.txt index 717c1169..31efb5e8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,7 +39,7 @@ conan_basic_setup(TARGETS) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DBOOST_ALL_NO_LIB") set(SCWX_DIR ${PROJECT_SOURCE_DIR}) -set(SCWX_VERSION "0.2.0-prerelease-3") +set(SCWX_VERSION "0.2.1") add_subdirectory(external) add_subdirectory(wxdata) diff --git a/README.md b/README.md index 7692d199..41e6726f 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,11 @@ [![Discord](https://img.shields.io/badge/Discord-%235865F2.svg?style=flat&logo=discord&logoColor=white&labelColor=%235865f2)](https://discord.gg/vFMV76brwU) [![GitHub Sponsor](https://img.shields.io/github/sponsors/dpaulat?label=Sponsor&logo=GitHub)](https://github.com/sponsors/dpaulat) -Supercell Wx is a free, open source application to visualize live NEXRAD Level 2 -and Level 3 data, and severe weather alerts. It displays continuously updating -weather data on top of a responsive map, providing the capability to monitor -weather events using reflectivity, velocity, and other products. +Supercell Wx is a free, open source application to visualize live and archive +NEXRAD Level 2 and Level 3 data, and severe weather alerts. It displays +continuously updating weather data on top of a responsive map, providing the +capability to monitor weather events using reflectivity, velocity, and other +products. ![image](https://supercell-wx.readthedocs.io/en/latest/_images/initial-setup-03-initial-configured-small.png) diff --git a/scwx-qt/res/scwx-qt.rc b/scwx-qt/res/scwx-qt.rc index 4c3df11c..6a76674d 100644 --- a/scwx-qt/res/scwx-qt.rc +++ b/scwx-qt/res/scwx-qt.rc @@ -17,12 +17,12 @@ BEGIN BEGIN VALUE "CompanyName", "Dan Paulat" VALUE "FileDescription", "Supercell Wx" - VALUE "FileVersion", "0.1.0.0" + VALUE "FileVersion", "0.2.1.0" VALUE "LegalCopyright", "Copyright (C) 2021-2023 Dan Paulat" VALUE "InternalName", "scwx" VALUE "OriginalFilename", "supercell-wx.exe" VALUE "ProductName", "Supercell Wx" - VALUE "ProductVersion", "0.1.2.0" + VALUE "ProductVersion", "0.2.1.0" END END BLOCK "VarFileInfo"