diff --git a/CMakeLists.txt b/CMakeLists.txt index 7709b5092..417124ffa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.16) project(chalet-debug - VERSION 0.4.2 + VERSION 0.4.3 DESCRIPTION "A JSON-based project & build tool" HOMEPAGE_URL "https://www.chalet-work.space" LANGUAGES CXX diff --git a/chalet.json b/chalet.json index 0eef79fe2..e9cc06cfc 100644 --- a/chalet.json +++ b/chalet.json @@ -1,6 +1,6 @@ { "name": "Chalet", - "version": "0.4.2", + "version": "0.4.3", "description": "A JSON-based project & build tool", "homepage": "https://www.chalet-work.space", "author": "Cosmic Road Interactive, LLC.",