diff --git a/CMakeLists.txt b/CMakeLists.txt index abd04175..8fbf00b0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.20) project(Coollab) -set(COOLLAB_VERSION "beta-14 WIP") +set(COOLLAB_VERSION "beta-14") add_executable(${PROJECT_NAME}) add_library(Coollab-Properties INTERFACE) # This is needed by both Coollab and its tests target_link_libraries(${PROJECT_NAME} PRIVATE Coollab-Properties) diff --git a/changelog.md b/changelog.md index 1d7da566..678c5b3e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # Changelog -- [🐣beta-14 WIP](#beta-14-wip) +- [🐣beta-14](#beta-14) - [🐣beta-13](#beta-13) - [🐣beta-12](#beta-12) - [🐣beta-11](#beta-11) @@ -16,7 +16,7 @@ - [🐣beta-1](#beta-1) - [🐣beta-0](#beta-0) -## 🐣beta-14 WIP +## 🐣beta-14 - ✨ You can now create your own nodes! [Read the tutorial](https://coollab-art.com/Tutorials/Writing%20Nodes/Intro) to learn everything you need to know. - 🐛 Fixed: Plugging a link into an input pin that already has a link now removes the old link. (This bug was introduced in the previous version).