Skip to content

Commit

Permalink
v1.1.9-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hiimjasmine00 committed Jun 9, 2024
1 parent fa5bb39 commit 8f01892
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
build-config: RelWithDebInfo
export-pdb: true
cli: v3.0.0-beta.1
sdk: v3.0.0-alpha.1
sdk: nightly
combine: true
target: ${{ matrix.config.target }}

Expand Down
10 changes: 4 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
cmake_minimum_required(VERSION 3.21)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_OSX_ARCHITECTURES "x86_64")
set(CMAKE_OSX_ARCHITECTURES "x86_64;arm64")
set(CMAKE_CXX_VISIBILITY_PRESET hidden)

project(FakeRate VERSION 1.0.0)
project(FakeRate VERSION 1.1.9)

# Set up the mod binary
add_library(${PROJECT_NAME} SHARED
src/main.cpp
src/FREditPopup.cpp
src/FakeRate.cpp
src/FREditPopup.cpp
src/main.cpp
)

if (NOT DEFINED ENV{GEODE_SDK})
Expand All @@ -21,5 +20,4 @@ endif()

add_subdirectory($ENV{GEODE_SDK} ${CMAKE_CURRENT_BINARY_DIR}/geode)

# Set up dependencies, resources, link Geode
setup_geode_mod(${PROJECT_NAME})
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Fake Rate Changelog
## v1.1.9-beta.1 (2024-06-08)
- Fixed a few things

## v1.1.8 (2024-06-07)
- Ported to Geometry Dash v2.206

Expand Down
2 changes: 1 addition & 1 deletion mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"win": "2.206",
"mac": "2.206"
},
"version": "v1.1.8",
"version": "v1.1.9-beta.1",
"id": "hiimjustin000.fake_rate",
"name": "Fake Rate",
"developer": "hiimjustin000",
Expand Down

0 comments on commit 8f01892

Please sign in to comment.