File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.11 )
2
2
set (CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR} /cmake" )
3
3
project (raylib_cpp
4
- VERSION 4.2.7
4
+ VERSION 4.2.8
5
5
DESCRIPTION "raylib-cpp C++ Object Oriented Wrapper for raylib"
6
6
HOMEPAGE_URL "https://github.com/robloach/raylib-cpp"
7
7
LANGUAGES C CXX
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " raylib-cpp" ,
3
- "version" : " 4.2.7 " ,
3
+ "version" : " 4.2.8 " ,
4
4
"repo" : " RobLoach/raylib-cpp" ,
5
5
"description" : " raylib-cpp: C++ Object-Oriented Wrapper for raylib" ,
6
6
"homepage" : " https://github.com/robloach/raylib-cpp" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " raylib-cpp" ,
3
- "version" : " 4.2.7 " ,
3
+ "version" : " 4.2.8 " ,
4
4
"description" : " raylib-cpp: C++ Object-Oriented Wrapper for raylib" ,
5
5
"main" : " index.js" ,
6
6
"private" : true ,
You can’t perform that action at this time.
0 commit comments