Skip to content

Commit

Permalink
cmake: publish v0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamcake committed Nov 3, 2023
1 parent c4373f1 commit 42cfdd0
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.3 LANGUAGES C CXX)
project(Bolt VERSION 0.4 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
if(NOT BOLT_META_NAME)
Expand Down Expand Up @@ -39,6 +39,7 @@ if(NOT WIN32)
" <screenshot type=\"default\">https://raw.githubusercontent.com/flathub/net.runelite.RuneLite/master/screenshot.png</screenshot>"
"</screenshots>"
"<releases>"
" <release version=\"0.4.0\" date=\"2023-11-03\"/>"
" <release version=\"0.3.0\" date=\"2023-11-02\"/>"
" <release version=\"0.2.0\" date=\"2023-09-16\"/>"
" <release version=\"0.1.0\" date=\"2023-09-02\"/>"
Expand Down

0 comments on commit 42cfdd0

Please sign in to comment.