Bump version to v0.2.1

This commit is contained in:
Dan Paulat 2023-06-24 21:46:17 -05:00
parent fc194e0f17
commit b198dc53ca
3 changed files with 8 additions and 7 deletions

View file

@ -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)

View file

@ -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)

View file

@ -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"