Skip to content

Commit

Permalink
fix: update project version to 1.0.3 in CMakeLists.txt and xmake.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterLaplace committed Dec 10, 2024
1 parent 8d3f5cd commit 400f52c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Singleton/CMakeLists.txt
cmake_minimum_required(VERSION 3.2...3.22)

project(Singleton VERSION 1.0.2 LANGUAGES CXX)
project(Singleton VERSION 1.0.3 LANGUAGES CXX)

include(FetchContent)

Expand Down
3 changes: 1 addition & 2 deletions xmake.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
set_project("singleton")
set_languages("c++20")

set_version("1.0.2")
set_version("1.0.3")

target("singleton")
set_kind("library", {headeronly = true})
Expand Down

0 comments on commit 400f52c

Please sign in to comment.