Skip to content

Commit d414d50

Browse files
committed
i should not be robtop
1 parent 489ce80 commit d414d50

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set(CMAKE_CXX_STANDARD 20)
33
set(CMAKE_CXX_STANDARD_REQUIRED ON)
44
set(CMAKE_CXX_VISIBILITY_PRESET hidden)
55

6-
project(argon VERSION 1.4.1)
6+
project(argon VERSION 1.4.2)
77

88
file(GLOB_RECURSE SOURCES CONFIGURE_DEPENDS
99
src/*.cpp

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.4.2
2+
3+
* Fix Android builds by @hiimjasmine00 in #7
4+
15
# 1.4.1
26

37
* Fix compilation on MSVC

0 commit comments

Comments
 (0)