Skip to content

Commit

Permalink
I don't want to talk about it
Browse files Browse the repository at this point in the history
  • Loading branch information
hiimjustin000 committed Aug 22, 2024
1 parent ac31962 commit 14a8d55
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_OSX_ARCHITECTURES "x86_64;arm64")
set(CMAKE_CXX_VISIBILITY_PRESET hidden)

project(IntegratedDemonlist VERSION 1.5.7)
project(IntegratedDemonlist VERSION 1.5.8)

add_library(${PROJECT_NAME} SHARED
src/IDListLayer.cpp
Expand Down
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Integrated Demonlist Changelog
## v1.5.8 (2024-08-22)
- Fixed the source link on the mod info page

## v1.5.7 (2024-08-19)
- Updated the list of AREDL owners
- Added additional links to the mod info page
Expand Down
4 changes: 2 additions & 2 deletions 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.5.7",
"version": "v1.5.8",
"id": "hiimjustin000.integrated_demonlist",
"name": "Integrated Demonlist",
"developer": "hiimjustin000",
Expand Down Expand Up @@ -39,7 +39,7 @@
],
"links": {
"community": "https://discord.gg/QVKmbvBXA7",
"source": "https://github.com/hiimjustin000/FakeRate",
"source": "https://github.com/hiimjustin000/IntegratedDemonlist",
"homepage": "https://www.hiimjustin000.com"
},
"tags": [
Expand Down

0 comments on commit 14a8d55

Please sign in to comment.