From 217e42471b3ac9a8b9677d501b880642df93fa69 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Thu, 30 Dec 2021 18:58:51 -0500 Subject: [PATCH] release 0.2 the first release ever with pre-built binaries --- CMakeLists.txt | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9a6dcd0ec..6d1ea3b40 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 b54ac8e63..1de778f9d 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