diff --git a/CMakeLists.txt b/CMakeLists.txt index e603fb6..392e0bd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON) set(CMAKE_OSX_ARCHITECTURES "x86_64;arm64") set(CMAKE_CXX_VISIBILITY_PRESET hidden) -project(SearchHistory VERSION 1.0.1) +project(SearchHistory VERSION 1.0.2) add_library(${PROJECT_NAME} SHARED src/main.cpp diff --git a/changelog.md b/changelog.md index 2c81799..557efc9 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,7 @@ # Search History Changelog +## v1.0.2 (2024-08-08) +- Removed the search confirmation popup + ## v1.0.1 (2024-08-07) - Added page counter to the search history popup - Fixed a layering issue in the mod's logo diff --git a/mod.json b/mod.json index e9e26e9..07dbe01 100644 --- a/mod.json +++ b/mod.json @@ -5,7 +5,7 @@ "win": "2.206", "mac": "2.206" }, - "version": "v1.0.1", + "version": "v1.0.2", "id": "hiimjustin000.search_history", "name": "Search History", "developer": "hiimjustin000",