Skip to content

Commit

Permalink
cmake: publish 0.8
Browse files Browse the repository at this point in the history
addresses #19 and #20
  • Loading branch information
Adamcake committed Feb 5, 2024
1 parent 749de69 commit f0efb2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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.7 LANGUAGES C CXX)
project(Bolt VERSION 0.8 LANGUAGES C CXX)

# e.g. becomes "libbolt-plugin.so" on linux
set(BOLT_PLUGIN_LIB_NAME "bolt-plugin")
Expand Down Expand Up @@ -58,6 +58,7 @@ if(NOT WIN32)
" <screenshot type=\"default\">https://raw.githubusercontent.com/flathub/net.runelite.RuneLite/master/screenshot.png</screenshot>"
"</screenshots>"
"<releases>"
" <release version=\"0.8.0\" date=\"2023-12-19\"/>"
" <release version=\"0.7.0\" date=\"2023-12-19\"/>"
" <release version=\"0.6.0\" date=\"2023-12-15\"/>"
" <release version=\"0.5.0\" date=\"2023-12-11\"/>"
Expand Down

0 comments on commit f0efb2d

Please sign in to comment.