diff --git a/CMakeLists.txt b/CMakeLists.txt index 4cc168d..97410e1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.21) # Minimum CEF requirement, but building with the latest cmake is strongly recommended -project(Bolt VERSION 0.12 LANGUAGES C CXX) +project(Bolt VERSION 0.13 LANGUAGES C CXX) if(NOT WIN32) # name of application in metadata, defaulting to "BoltLauncher", but usually overridden to "com.adamcake.Bolt" by flatpak for example @@ -65,6 +65,15 @@ if(NOT WIN32) " " "" "" + " " + " https://github.com/Adamcake/Bolt/releases/tag/0.12.0" + " " + "

Engine update

" + "
    " + "
  • This version updates the plugin loader to be able to work with today's changes to the game engine's OpenGL code.
  • " + "
" + "
" + "
" " " " https://github.com/Adamcake/Bolt/releases/tag/0.12.0" " "