diff --git a/CMakeLists.txt b/CMakeLists.txt index 9a6dcd0ec9..6d1ea3b40c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ project(furnace) set(CMAKE_CXX_STANDARD 14) set(CMAKE_PROJECT_VERSION_MAJOR 0) -set(CMAKE_PROJECT_VERSION_MINOR 1) +set(CMAKE_PROJECT_VERSION_MINOR 2) set(CMAKE_PROJECT_VERSION_PATCH 0) if (ANDROID) diff --git a/README.md b/README.md index b54ac8e637..1de778f9d4 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ this is a work-in-progress editor for DefleMask module files (.dmf). ## downloads -coming very soon! +check out the Releases page. available for Windows, macOS and Linux (AppImage). # developer info